Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ createEdgeManager
Function
createEdgeManager
apps/sim/executor/orchestrators/parallel.test.ts:71–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
}
70
71
function
createEdgeManager() {
72
return
{
73
clearDeactivatedEdgesForNodes: vi.fn(),
74
}
75
}
76
77
function
createContext(overrides: Partial<ExecutionContext> = {}): ExecutionContext {
78
return
{
Callers
1
parallel.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected