Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/loopbackio/loopback-next
/ reject
Function
reject
packages/context/src/value-promise.ts:240–246 ·
view source on GitHub ↗
(err: unknown)
Source
from the content-addressed store, hash-verified
238
}
239
240
function
reject(err: unknown): T | never {
241
try {
242
return
errorAction(err);
243
} finally {
244
finalAction();
245
}
246
}
247
}
248
249
/**
Callers
15
tryCatchFinally
Function · 0.70
createAppWithShutdown
Function · 0.50
resolver.unit.ts
File · 0.50
_runNpmScript
Method · 0.50
utils.js
File · 0.50
test-utils.js
File · 0.50
toExpressMiddleware
Function · 0.50
executeExpressRequestHandler
Function · 0.50
startWorker
Function · 0.50
exists
Method · 0.50
authenticate
Method · 0.50
closeWsHttpServer
Method · 0.50
Calls
2
errorAction
Function · 0.85
finalAction
Function · 0.85
Tested by
2
createAppWithShutdown
Function · 0.40
createWsClient
Function · 0.40