MCPcopy Create free account
hub / github.com/altic-dev/Pilot / stopAutoCleanup

Method stopAutoCleanup

src/lib/session-store.ts:173–178  ·  view source on GitHub ↗

* Stop automatic cleanup

()

Source from the content-addressed store, hash-verified

171 * Stop automatic cleanup
172 */
173 stopAutoCleanup(): void {
174 if (this.cleanupInterval) {
175 clearInterval(this.cleanupInterval);
176 this.cleanupInterval = null;
177 }
178 }
179}
180
181// Export singleton instance

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected