Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ settledReject
Function
settledReject
apps/sim/lib/core/security/input-validation.server.ts:654–657 ·
view source on GitHub ↗
(reason)
Source
from the content-addressed store, hash-verified
652
resolve(value)
653
}
654
const
settledReject: typeof reject = (reason) => {
655
cleanupAbort()
656
reject(reason)
657
}
658
659
req.on(
'error'
, (error) => {
660
settledReject(error)
Callers
1
secureFetchWithPinnedIP
Function · 0.85
Calls
1
cleanupAbort
Function · 0.85
Tested by
no test coverage detected