Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/BlockRunAI/ClawRouter
/ close
Method
close
src/session.ts:274–279 ·
view source on GitHub ↗
* Stop the cleanup interval.
()
Source
from the content-addressed store, hash-verified
272
* Stop the cleanup interval.
273
*/
274
close(): void {
275
if
(this.cleanupInterval) {
276
clearInterval(this.cleanupInterval);
277
this.cleanupInterval = null;
278
}
279
}
280
}
281
282
/**
Callers
15
startProxy
Function · 0.95
main
Function · 0.80
startMockServer
Function · 0.80
runTests
Function · 0.80
test-clawrouter.mjs
File · 0.80
e2e.ts
File · 0.80
startMockServer
Function · 0.80
runTests
Function · 0.80
teardownTestEnvironment
Function · 0.80
testEconnreset
Function · 0.80
testClientTimeout
Function · 0.80
startMockUpstream
Function · 0.80
Calls
no outgoing calls
Tested by
2
serveTinyPng
Function · 0.64
start
Function · 0.64