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

Function terminator

out/cli.cjs:24485–24492  ·  view source on GitHub ↗
(callback)

Source from the content-addressed store, hash-verified

24483 var async = require_async();
24484 module2.exports = terminator;
24485 function terminator(callback) {
24486 if (!Object.keys(this.jobs).length) {
24487 return;
24488 }
24489 this.index = this.size;
24490 abort(this);
24491 async(callback)(null, this.results);
24492 }
24493 }
24494});
24495

Callers

nothing calls this directly

Calls 3

abortFunction · 0.85
asyncFunction · 0.85
keysMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…