MCPcopy Index your code
hub / github.com/microsoft/SandDance / reject

Function reject

docs/app/js/sanddance-app.js:20418–20420  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

20416 resume("next", value);
20417 }
20418 function reject(value) {
20419 resume("throw", value);
20420 }
20421 function settle(f, v) {
20422 if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]);
20423 }

Callers 15

handleRawTextFunction · 0.85
loadDataFileFunction · 0.85
changeDataSourceMethod · 0.85
fulfilledFunction · 0.85
rejectedFunction · 0.85
handleRawTextFunction · 0.85
loadDataFileFunction · 0.85
changeDataSourceMethod · 0.85
onWorkerMessageFunction · 0.85
invokeFunction · 0.85
asyncGeneratorStepFunction · 0.85
sanddance-app.jsFile · 0.85

Calls 1

resumeFunction · 0.70

Tested by

no test coverage detected