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

Function rejected

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

Source from the content-addressed store, hash-verified

9321 }
9322 }
9323 function rejected(value) {
9324 try {
9325 step(generator["throw"](value));
9326 } catch (e) {
9327 reject(e);
9328 }
9329 }
9330 function step(result) {
9331 result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);
9332 }

Callers

nothing calls this directly

Calls 2

rejectFunction · 0.85
stepFunction · 0.70

Tested by

no test coverage detected