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

Function doneResult

docs/app/js/sanddance-app.js:53329–53334  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53327 };
53328 }
53329 function doneResult() {
53330 return {
53331 value: undefined,
53332 done: !0
53333 };
53334 }
53335 return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function(genFun) {
53336 var ctor = "function" == typeof genFun && genFun.constructor;
53337 return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name));

Callers 1

wrapFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected