Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
complete
Function · 0.70
abortManualExecution
Function · 0.50
Calls
1
abort
Method · 0.65
Tested by
no test coverage detected