MCPcopy
hub / github.com/di-sukharev/opencommit / __await

Function __await

out/cli.cjs:74983–74985  ·  view source on GitHub ↗
(v5)

Source from the content-addressed store, hash-verified

74981 if (o3 && typeof o3.length === "number") return {
74982 next: function() {
74983 if (o3 && i3 >= o3.length) o3 = void 0;
74984 return { value: o3 && o3[i3++], done: !o3 };
74985 }
74986 };
74987 throw new TypeError(s2 ? "Object is not iterable." : "Symbol.iterator is not defined.");
74988}

Callers 6

streamAsyncIteratorFunction · 0.85
concatFunction · 0.85
toAsyncIterableFunction · 0.85
toLineFunction · 0.85
toMessageFunction · 0.85
toAsyncIterable2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…