Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/ onError
Function
onError
src/mcp/proxy.ts:484–484 ·
view source on GitHub ↗
(err: Error)
Source
from the content-addressed store, hash-verified
482
}
483
};
484
const
onError = (err: Error) => { cleanup(); reject(err); };
485
const
onClose = () => { cleanup(); reject(
new
Error(
'daemon closed connection before hello'
)); };
486
const
timer = setTimeout(() => {
487
cleanup();
Callers
nothing calls this directly
Calls
1
cleanup
Function · 0.70
Tested by
no test coverage detected