Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/simstudioai/sim
/ createRequestId
Function
createRequestId
apps/sim/stores/workflows/registry/store.ts:30–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
const
createRequestId = () => `${Date.now()}-${generateRandomHex(8)}`
31
32
function
resetWorkflowStores() {
33
useWorkflowStore.setState({
Callers
1
store.ts
File · 0.70
Calls
1
generateRandomHex
Function · 0.90
Tested by
no test coverage detected