MCPcopy 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
71function createEdgeManager() {
72 return {
73 clearDeactivatedEdgesForNodes: vi.fn(),
74 }
75}
76
77function createContext(overrides: Partial<ExecutionContext> = {}): ExecutionContext {
78 return {

Callers 1

parallel.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected