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

Method onComplete

out/cli.cjs:58362–58364  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

58360 return this.handler.onUpgrade(...args);
58361 }
58362 onHeaders(...args) {
58363 return this.handler.onHeaders(...args);
58364 }
58365 onData(...args) {
58366 return this.handler.onData(...args);
58367 }

Callers

nothing calls this directly

Calls 1

onCompleteMethod · 0.45

Tested by

no test coverage detected