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

Method finalRun

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

Source from the content-addressed store, hash-verified

83144 async finalRunSteps() {
83145 await this.done();
83146 return Object.values(__classPrivateFieldGet12(this, _AssistantStream_runStepSnapshots, "f"));
83147 }
83148 async finalMessages() {
83149 await this.done();
83150 return Object.values(__classPrivateFieldGet12(this, _AssistantStream_messageSnapshots, "f"));
83151 }
83152 async finalRun() {
83153 await this.done();
83154 if (!__classPrivateFieldGet12(this, _AssistantStream_finalRun, "f"))

Callers

nothing calls this directly

Calls 2

__classPrivateFieldGet12Function · 0.85
doneMethod · 0.45

Tested by

no test coverage detected