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

Method next

out/cli.cjs:8267–8270  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8265 this._ongoingPromise = void 0, this._isFinished = false, this._reader = e3, this._preventCancel = t2;
8266 }
8267 next() {
8268 const e3 = () => this._nextSteps();
8269 return this._ongoingPromise = this._ongoingPromise ? p3(this._ongoingPromise, e3, e3) : e3(), this._ongoingPromise;
8270 }
8271 return(e3) {
8272 const t2 = () => this._returnSteps(e3);
8273 return this._ongoingPromise ? p3(this._ongoingPromise, t2, t2) : t2();

Callers 15

nextFunction · 0.45
pullMethod · 0.45
pullFunction · 0.45
setMethod · 0.45
httpNetworkFetchFunction · 0.45
JFunction · 0.45
QFunction · 0.45
teeIteratorMethod · 0.45
pullMethod · 0.45
forEachEntryFunction · 0.45

Calls 2

p3Function · 0.85
e3Function · 0.85

Tested by

no test coverage detected