MCPcopy 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

startProxyFunction · 0.95
mainFunction · 0.80
startMockServerFunction · 0.80
runTestsFunction · 0.80
e2e.tsFile · 0.80
startMockServerFunction · 0.80
runTestsFunction · 0.80
teardownTestEnvironmentFunction · 0.80
testEconnresetFunction · 0.80
testClientTimeoutFunction · 0.80
startMockUpstreamFunction · 0.80

Calls

no outgoing calls

Tested by 2

serveTinyPngFunction · 0.64
startFunction · 0.64