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

Function checkFinished

out/cli.cjs:49496–49501  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49494 const preservePath = cfg.preservePath;
49495 const fileOpts = { highWaterMark: cfg.fileHwm };
49496 for (i3 = 0, len = parsedConType.length; i3 < len; ++i3) {
49497 if (Array.isArray(parsedConType[i3]) && RE_BOUNDARY.test(parsedConType[i3][0])) {
49498 boundary = parsedConType[i3][1];
49499 break;
49500 }
49501 }
49502 function checkFinished() {
49503 if (nends === 0 && finished && !boy._done) {
49504 finished = false;

Callers 1

MultipartFunction · 0.85

Calls 1

endMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…