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

Method destroy

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

Source from the content-addressed store, hash-verified

81 }
82
83 destroy(): void {
84 this.stopCleanupTimer();
85 this.clear();
86 }
87}

Callers

nothing calls this directly

Calls 2

stopCleanupTimerMethod · 0.95
clearMethod · 0.95

Tested by

no test coverage detected