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

Method done

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

Source from the content-addressed store, hash-verified

70353 emitted(event) {
70354 return new Promise((resolve, reject) => {
70355 __classPrivateFieldSet6(this, _MessageStream_catchingPromiseCreated, true, "f");
70356 if (event !== "error")
70357 this.once("error", reject);
70358 this.once(event, resolve);
70359 });
70360 }
70361 async done() {

Callers 2

finalMessageMethod · 0.95
finalTextMethod · 0.95

Calls 2

__classPrivateFieldSet6Function · 0.85
__classPrivateFieldGet7Function · 0.85

Tested by

no test coverage detected