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

Method checkCancellation

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

Source from the content-addressed store, hash-verified

90 }
91
92 private checkCancellation(): boolean {
93 return this.cancelledFlag
94 }
95
96 /** Catches cancellations published before this engine subscribed (e.g. resume from snapshot). */
97 private async checkCancellationBackstop(): Promise<void> {

Callers 2

runMethod · 0.95
processQueueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected