MCPcopy
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
30const createRequestId = () => `${Date.now()}-${generateRandomHex(8)}`
31
32function resetWorkflowStores() {
33 useWorkflowStore.setState({

Callers 1

store.tsFile · 0.70

Calls 1

generateRandomHexFunction · 0.90

Tested by

no test coverage detected