Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/ write
Method
write
src/mcp/transport.ts:327–329 ·
view source on GitHub ↗
(line: string)
Source
from the content-addressed store, hash-verified
325
}
326
327
protected write(line: string): void {
328
process.stdout.write(line +
'\n'
);
329
}
330
331
protected idPrefix(): string {
332
return
'cg-srv'
;
Callers
15
main
Function · 0.45
tryKernelExtractRaw
Function · 0.45
tryKernelExtract
Function · 0.45
debug
Function · 0.45
constructor
Method · 0.45
installMainThreadWatchdog
Function · 0.45
start
Method · 0.45
stop
Method · 0.45
handleConnection
Method · 0.45
reapDeadClients
Method · 0.45
finish
Function · 0.45
start
Method · 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