MCPcopy Create free account
hub / github.com/agegr/pi-web / ModelsCacheState

Interface ModelsCacheState

lib/models-cache.ts:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9interface ModelsCacheState {
10 entries: Map<string, { data: ModelsData; expiresAt: number }>;
11 inFlight: Map<string, Promise<ModelsData>>;
12 generation: number;
13}
14
15declare global {
16 var __piModelsCacheState: ModelsCacheState | undefined;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected