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

Function onAbort

out/cli.cjs:55156–55162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55154 const onDrain = function() {
55155 if (finished) {
55156 return;
55157 }
55158 if (body.resume) {
55159 body.resume();
55160 }
55161 };
55162 const onAbort = function() {
55163 if (finished) {
55164 return;
55165 }

Callers

nothing calls this directly

Calls 1

onFinishedFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…