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

Method isTargetReady

apps/sim/executor/execution/edge-manager.ts:199–202  ·  view source on GitHub ↗
(targetId: string)

Source from the content-addressed store, hash-verified

197 }
198
199 private isTargetReady(targetId: string): boolean {
200 const targetNode = this.dag.nodes.get(targetId)
201 return targetNode ? this.isNodeReady(targetNode) : false
202 }
203
204 /**
205 * Checks if the cascade target sentinel belongs to the same subflow as the source node.

Callers 1

processOutgoingEdgesMethod · 0.95

Calls 2

isNodeReadyMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected