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

Function isAborted

out/cli.cjs:29458–29458  ·  view source on GitHub ↗
(x5)

Source from the content-addressed store, hash-verified

29456 var OK = (value) => ({ status: "valid", value });
29457 exports2.OK = OK;
29458 var isAborted = (x5) => x5.status === "aborted";
29459 exports2.isAborted = isAborted;
29460 var isDirty = (x5) => x5.status === "dirty";
29461 exports2.isDirty = isDirty;

Callers 3

httpNetworkFetchFunction · 0.85
onAbortedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…