Function: getIpcServiceHelpers()
function getIpcServiceHelpers(
serviceName: string,
options?: CreateIpcServiceHelpersOptions
): GuardedIpcServiceHelpers;
Defined in: src/services/utils/createIpcServiceHelpers.ts:312
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.