Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/simstudioai/sim
/ store.ts
File
store.ts
apps/sim/stores/workflows/workflow/store.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ createLogger } from
'@sim/logger'
2
import
{ generateId } from
'@sim/utils/id'
3
import
type
{ Edge } from
'reactflow'
4
import
{ create } from
'zustand'
Callers
nothing calls this directly
Calls
15
createLogger
Function · 0.90
generateLoopBlocks
Function · 0.90
generateParallelBlocks
Function · 0.90
filterValidEdges
Function · 0.90
generateId
Function · 0.90
isBlockProtected
Function · 0.90
findAllDescendantNodes
Function · 0.90
filterNewEdges
Function · 0.90
wouldCreateCycle
Function · 0.90
normalizeWorkflowState
Function · 0.90
getUniqueBlockName
Function · 0.90
mergeSubblockState
Function · 0.90
Tested by
no test coverage detected