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

Method onRequestSent

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

Source from the content-addressed store, hash-verified

58111 this.aborted = true;
58112 if (this.abort) {
58113 this.abort(reason);
58114 } else {
58115 this.reason = reason;
58116 }
58117 });
58118 }
58119 onRequestSent() {
58120 if (this.handler.onRequestSent) {

Callers

nothing calls this directly

Calls 1

onRequestSentMethod · 0.45

Tested by

no test coverage detected