MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / onEnd

Function onEnd

src/mcp/daemon.ts:852–852  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

850 }
851 };
852 const onEnd = () => finish({ pid: null, hostPid: null });
853 // On timeout, hand back whatever partial bytes accumulated — discarding
854 // them would tear the first message the transport parses.
855 const timer = setTimeout(() => {

Callers

nothing calls this directly

Calls 1

finishFunction · 0.70

Tested by

no test coverage detected