MCPcopy Index your code
hub / github.com/simstudioai/sim / createMockDAG

Function createMockDAG

apps/sim/executor/execution/edge-manager.test.ts:39–45  ·  view source on GitHub ↗
(nodes: Map<string, DAGNode>)

Source from the content-addressed store, hash-verified

37}
38
39function createMockDAG(nodes: Map<string, DAGNode>): DAG {
40 return {
41 nodes,
42 loopConfigs: new Map(),
43 parallelConfigs: new Map(),
44 }
45}
46
47describe('EdgeManager', () => {
48 describe('Happy path - basic workflows', () => {

Callers 2

setupWorkflowFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected