MCPcopy Create free account
hub / github.com/ReAPI-com/mcp-openapi / stopCleanupTimer

Method stopCleanupTimer

src/core/Cache.ts:37–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 }
36
37 private stopCleanupTimer(): void {
38 if (this.cleanupTimer) {
39 clearInterval(this.cleanupTimer);
40 this.cleanupTimer = null;
41 }
42 }
43
44 private cleanup(): void {
45 const now = Date.now();

Callers 1

destroyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected