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

Function getCacheKey

frontend/src/store/runStore.ts:64–64  ·  view source on GitHub ↗
(workflowId?: string | null)

Source from the content-addressed store, hash-verified

62const GLOBAL_WORKFLOW_CACHE_KEY = '__global__';
63
64const getCacheKey = (workflowId?: string | null) => workflowId ?? GLOBAL_WORKFLOW_CACHE_KEY;
65
66const createEmptyEntry = (): RunCacheEntry => ({
67 runs: [],

Callers 1

runStore.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected