Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/simstudioai/sim
/ getStackKey
Function
getStackKey
apps/sim/stores/undo-redo/store.ts:46–48 ·
view source on GitHub ↗
(workflowId: string, userId: string)
Source
from the content-addressed store, hash-verified
44
}
45
46
function
getStackKey(workflowId: string, userId: string): string {
47
return
`${workflowId}:${userId}`
48
}
49
50
/**
51
* Custom storage adapter
for
Zustand's persist middleware.
Callers
1
store.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected