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

Method hasWork

apps/sim/executor/execution/engine.ts:202–204  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

200 }
201
202 private hasWork(): boolean {
203 return this.readyQueue.length > 0 || this.executing.size > 0
204 }
205
206 private addToQueue(nodeId: string): void {
207 const node = this.dag.nodes.get(nodeId)

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected