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

Function abort

apps/sim/lib/uploads/core/storage-service.ts:310–314  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

308 }
309
310 const abort = async (): Promise<void> => {
311 aborted = true
312 await Promise.allSettled(inflight)
313 if (backend) await backend.abort().catch(() => {})
314 }
315
316 return {
317 async write(chunk) {

Callers 2

completeFunction · 0.70
abortManualExecutionFunction · 0.50

Calls 1

abortMethod · 0.65

Tested by

no test coverage detected