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

Method nextSteps

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

Source from the content-addressed store, hash-verified

10921 }
10922 next() {
10923 const nextSteps = () => this._nextSteps();
10924 this._ongoingPromise = this._ongoingPromise ? transformPromiseWith(this._ongoingPromise, nextSteps, nextSteps) : nextSteps();
10925 return this._ongoingPromise;
10926 }

Callers

nothing calls this directly

Calls 1

_nextStepsMethod · 0.95

Tested by

no test coverage detected