Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Kong/insomnia
/ settle
Function
settle
packages/insomnia/bin/yarn-standalone.js:254–254 ·
view source on GitHub ↗
(f, v)
Source
from the content-addressed store, hash-verified
252
function
fulfill(value) { resume(
"next"
, value); }
253
function
reject(value) { resume(
"throw"
, value); }
254
function
settle(f, v) {
if
(f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }
255
}
256
257
function
__asyncDelegator(o) {
Callers
3
resume
Function · 0.85
step
Function · 0.85
verb
Function · 0.85
Calls
5
f
Function · 0.85
resume
Function · 0.85
shift
Method · 0.80
resolve
Function · 0.70
resolve
Method · 0.45
Tested by
no test coverage detected