MCPcopy
hub / github.com/simstudioai/sim / isNodeReady

Method isNodeReady

apps/sim/executor/execution/edge-manager.ts:110–112  ·  view source on GitHub ↗
(node: DAGNode)

Source from the content-addressed store, hash-verified

108 }
109
110 isNodeReady(node: DAGNode): boolean {
111 return node.incomingEdges.size === 0 || this.countActiveIncomingEdges(node) === 0
112 }
113
114 restoreIncomingEdge(targetNodeId: string, sourceNodeId: string): void {
115 const targetNode = this.dag.nodes.get(targetNodeId)

Callers 3

isTargetReadyMethod · 0.95
initializeQueueMethod · 0.80

Calls 1

Tested by

no test coverage detected