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

Method returnSteps

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

Source from the content-addressed store, hash-verified

10926 }
10927 return(value) {
10928 const returnSteps = () => this._returnSteps(value);
10929 return this._ongoingPromise ? transformPromiseWith(this._ongoingPromise, returnSteps, returnSteps) : returnSteps();
10930 }
10931 _nextSteps() {

Callers

nothing calls this directly

Calls 1

_returnStepsMethod · 0.95

Tested by

no test coverage detected