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

Method return

out/cli.cjs:10927–10930  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

10925 return this._ongoingPromise;
10926 }
10927 return(value) {
10928 const returnSteps = () => this._returnSteps(value);
10929 return this._ongoingPromise ? transformPromiseWith(this._ongoingPromise, returnSteps, returnSteps) : returnSteps();
10930 }
10931 _nextSteps() {
10932 if (this._isFinished) {
10933 return Promise.resolve({ value: void 0, done: true });

Callers

nothing calls this directly

Calls 1

transformPromiseWithFunction · 0.85

Tested by

no test coverage detected