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

Method cleanup

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

Source from the content-addressed store, hash-verified

193 }
194
195 private cleanup(): void {
196 if (this.cancellationUnsubscribe) {
197 this.cancellationUnsubscribe()
198 this.cancellationUnsubscribe = null
199 }
200 }
201
202 private hasWork(): boolean {
203 return this.readyQueue.length > 0 || this.executing.size > 0

Callers 14

runMethod · 0.95
execute.test.tsFile · 0.45
request.test.tsFile · 0.45
startFunction · 0.45
cancelFunction · 0.45
runResumeExecutionMethod · 0.45
handleExecutePostFunction · 0.45
startFunction · 0.45
handleToolsCallFunction · 0.45
executeWorkflowJobFunction · 0.45
runWorkflowExecutionFunction · 0.45
executeJobInlineFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected