MCPcopy Index your code
hub / github.com/forloopcodes/contextplus / unrefHandle

Function unrefHandle

src/core/process-lifecycle.ts:46–48  ·  view source on GitHub ↗
(handle: { unref?: () => void } | null)

Source from the content-addressed store, hash-verified

44}
45
46function unrefHandle(handle: { unref?: () => void } | null): void {
47 handle?.unref?.();
48}
49
50export function isBrokenPipeError(error: unknown): boolean {
51 if (!error || typeof error !== "object") return false;

Callers 2

scheduleFunction · 0.85
startParentMonitorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected