MCPcopy Create free account
hub / github.com/microsoft/SandDance / _next

Function _next

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

Source from the content-addressed store, hash-verified

53475 return new Promise(function(resolve, reject) {
53476 var gen = fn.apply(self, args);
53477 function _next(value) {
53478 asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);
53479 }
53480 function _throw(err) {
53481 asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);
53482 }

Callers 1

_asyncToGeneratorFunction · 0.70

Calls 1

asyncGeneratorStepFunction · 0.70

Tested by

no test coverage detected