Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
const
GLOBAL_WORKFLOW_CACHE_KEY =
'__global__'
;
63
64
const
getCacheKey = (workflowId?: string | null) => workflowId ?? GLOBAL_WORKFLOW_CACHE_KEY;
65
66
const
createEmptyEntry = (): RunCacheEntry => ({
67
runs: [],
Callers
1
runStore.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected