MCPcopy
hub / github.com/microsoft/SandDance / step

Function step

docs/app/js/sanddance-app.js:9330–9332  ·  view source on GitHub ↗
(result)

Source from the content-addressed store, hash-verified

9328 }
9329 }
9330 function step(result) {
9331 result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);
9332 }
9333 step((generator = generator.apply(thisArg, _arguments || [])).next());
9334 });
9335};

Callers 6

fulfilledFunction · 0.70
rejectedFunction · 0.70
sanddance-app.jsFile · 0.70
__awaiterFunction · 0.70
verbFunction · 0.70
resumeFunction · 0.70

Calls 4

resolveFunction · 0.70
adoptFunction · 0.70
settleFunction · 0.70
tickFunction · 0.70

Tested by

no test coverage detected