MCPcopy Index your code
hub / github.com/colbymchenry/codegraph / getDaemonSocket

Method getDaemonSocket

src/mcp/proxy.ts:193–193  ·  view source on GitHub ↗

Probe → spawn → retry → hello-verify; resolves a connected daemon socket, * or null when the daemon path is genuinely unavailable (→ in-process fallback).

()

Source from the content-addressed store, hash-verified

191 /** Probe → spawn → retry → hello-verify; resolves a connected daemon socket,
192 * or null when the daemon path is genuinely unavailable (→ in-process fallback). */
193 getDaemonSocket(): Promise<net.Socket | null>;
194 /** Lazily create an in-process engine — used ONLY if the daemon never comes up,
195 * preserving the "a broken daemon never wedges a session" guarantee. */
196 makeEngine(): MCPEngine;

Callers 1

runLocalHandshakeProxyFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected