MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / verb

Function verb

out/cli.cjs:74992–74998  ·  view source on GitHub ↗
(n2)

Source from the content-addressed store, hash-verified

74990 return this instanceof __await ? (this.v = v5, this) : new __await(v5);
74991}
74992function __asyncGenerator(thisArg, _arguments, generator) {
74993 if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
74994 var g5 = generator.apply(thisArg, _arguments || []), i3, q6 = [];
74995 return i3 = {}, verb("next"), verb("throw"), verb("return"), i3[Symbol.asyncIterator] = function() {
74996 return this;
74997 }, i3;
74998 function verb(n2) {
74999 if (g5[n2]) i3[n2] = function(v5) {
75000 return new Promise(function(a4, b7) {
75001 q6.push([n2, v5, a4, b7]) > 1 || resume2(n2, v5);

Callers 3

__asyncGeneratorFunction · 0.85
__asyncValuesFunction · 0.85
__asyncGenerator2Function · 0.85

Calls 3

resume2Function · 0.85
settle2Function · 0.85
pushMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…