MCPcopy
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
257function __asyncDelegator(o) {

Callers 3

resumeFunction · 0.85
stepFunction · 0.85
verbFunction · 0.85

Calls 5

fFunction · 0.85
resumeFunction · 0.85
shiftMethod · 0.80
resolveFunction · 0.70
resolveMethod · 0.45

Tested by

no test coverage detected