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

Method cancel

apps/sim/executor/execution/block-executor.ts:774–778  ·  view source on GitHub ↗
(reason)

Source from the content-addressed store, hash-verified

772 }
773 },
774 async cancel(reason) {
775 try {
776 await sourceReader.cancel(reason)
777 } catch {}
778 },
779 })
780
781 const processedClientStream = streamingResponseFormatProcessor.processStream(

Callers 15

executeToolRequestFunction · 0.80
downloadAttachmentsFunction · 0.80
runResumeExecutionMethod · 0.80
abortFromSignalFunction · 0.80
consumeOrCancelBodyFunction · 0.80
cancelJobMethod · 0.80
runStreamLoopFunction · 0.80
cancelCellRunsByTagsFunction · 0.80
deleteSubscriptionFunction · 0.80
deleteSubscriptionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected