Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ cleanup
Function
cleanup
apps/sim/lib/core/utils/multipart.ts:143–145 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
141
}
142
143
const
cleanup = () => {
144
signal?.removeEventListener(
'abort'
, onAbort)
145
}
146
147
const
settle = (fn: () => void) => {
148
if
(settled)
return
Callers
1
settle
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected