Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/colbymchenry/codegraph
/ terminate
Method
terminate
__tests__/query-pool.test.ts:56–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
setTimeout(() => this.reply(m.id, action.result), 0);
55
}
56
terminate(): Promise<number> { this.alive = false;
return
Promise.resolve(0); }
57
}
58
59
const
ok = (text: string): ToolResult => ({ content: [{
type
:
'text'
, text }] });
Callers
nothing calls this directly
Calls
1
resolve
Method · 0.80
Tested by
no test coverage detected