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

Function verb

docs/app/js/sanddance-app.js:20257–20264  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

20255 return this;
20256 }), g;
20257 function verb(n) {
20258 return function(v) {
20259 return step([
20260 n,
20261 v
20262 ]);
20263 };
20264 }
20265 function step(op) {
20266 if (f) throw new TypeError("Generator is already executing.");
20267 while(_)try {

Callers 4

__generatorFunction · 0.85
__asyncGeneratorFunction · 0.85
__asyncDelegatorFunction · 0.85
__asyncValuesFunction · 0.85

Calls 5

__awaitFunction · 0.85
stepFunction · 0.70
resumeFunction · 0.70
fFunction · 0.70
settleFunction · 0.70

Tested by

no test coverage detected