Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/colbymchenry/codegraph
/ write
Method
write
src/mcp/transport.ts:319–321 ·
view source on GitHub ↗
(line: string)
Source
from the content-addressed store, hash-verified
317
}
318
319
protected write(line: string): void {
320
process.stdout.write(line +
'\n'
);
321
}
322
323
protected idPrefix(): string {
324
return
'cg-srv'
;
Callers
15
constructor
Method · 0.45
installMainThreadWatchdog
Function · 0.45
start
Method · 0.45
stop
Method · 0.45
handleConnection
Method · 0.45
reapDeadClients
Method · 0.45
start
Method · 0.45
startDirect
Method · 0.45
startDaemonProcess
Method · 0.45
installPpidWatchdog
Method · 0.45
request
Function · 0.45
send
Function · 0.45
Calls
no outgoing calls
Tested by
5
sendMessage
Function · 0.36
request
Function · 0.36
send
Function · 0.36
sendInitialize
Function · 0.36
fakeDaemon
Function · 0.36