Function: getIpcServiceHelpers()
getIpcServiceHelpers(
serviceName:string,options:CreateIpcServiceHelpersOptions):GuardedIpcServiceHelpers
Defined in: src/services/utils/createIpcServiceHelpers.ts:248
Creates IPC service helpers with guarded error handling.
Parametersโ
serviceNameโ
string
Human-readable service name used for log messages.
optionsโ
CreateIpcServiceHelpersOptions = {}
Optional configuration overrides.
Returnsโ
Guarded IPC helper utilities.
Remarksโ
Wraps createIpcServiceHelpers with additional error reporting so callers receive contextual information when helper construction fails.