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

Method onComplete

out/cli.cjs:58267–58270  ·  view source on GitHub ↗
(rawTrailers)

Source from the content-addressed store, hash-verified

58265 });
58266 this.abort(err);
58267 return false;
58268 }
58269 onData(chunk) {
58270 this.start += chunk.length;
58271 return this.handler.onData(chunk);
58272 }
58273 onComplete(rawTrailers) {

Callers

nothing calls this directly

Calls 1

onCompleteMethod · 0.45

Tested by

no test coverage detected