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

Method constructor

src/lib/session-store.ts:25–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 private cleanupInterval: NodeJS.Timeout | null = null;
24
25 constructor() {
26 // Start automatic cleanup every 5 minutes
27 this.startAutoCleanup();
28 }
29
30 /**
31 * Create a new session

Callers

nothing calls this directly

Calls 1

startAutoCleanupMethod · 0.95

Tested by

no test coverage detected