MCPcopy Create free account
hub / github.com/ShipSecAI/studio / getEntry

Function getEntry

frontend/src/store/runStore.ts:73–75  ·  view source on GitHub ↗
(cache: RunStoreState['cache'], key: string)

Source from the content-addressed store, hash-verified

71});
72
73const getEntry = (cache: RunStoreState['cache'], key: string): RunCacheEntry => {
74 return cache[key] ?? createEmptyEntry();
75};
76
77const inflightFetches = new Map<string, Promise<ExecutionRun[]>>();
78

Callers 1

runStore.tsFile · 0.85

Calls 1

createEmptyEntryFunction · 0.85

Tested by

no test coverage detected