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

Function createNode

apps/sim/executor/execution/block-executor.test.ts:60–68  ·  view source on GitHub ↗
(block: SerializedBlock)

Source from the content-addressed store, hash-verified

58}
59
60function createNode(block: SerializedBlock): DAGNode {
61 return {
62 id: block.id,
63 block,
64 incomingEdges: new Set(),
65 outgoingEdges: new Map(),
66 metadata: {},
67 }
68}
69
70describe('BlockExecutor', () => {
71 beforeEach(() => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected