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

Method return

out/cli.cjs:8271–8274  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

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();
8274 }
8275 _nextSteps() {
8276 if (this._isFinished) return Promise.resolve({ value: void 0, done: true });
8277 const e3 = this._reader;

Callers 4

returnFunction · 0.45
cancelMethod · 0.45
cancelFunction · 0.45
cancelMethod · 0.45

Calls 1

p3Function · 0.85

Tested by

no test coverage detected