MCPcopy
hub / github.com/creationix/js-git / onDone

Function onDone

mixins/pack-ops.js:41–46  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

39 return packChannel.take(onStats);
40
41 function onDone(err) {
42 if (done) return;
43 done = true;
44 if (err) return callback(err);
45 return callback(null, values(hashes));
46 }
47
48 function onStats(err, stats) {
49 if (err) return onDone(err);

Callers 4

onStatsFunction · 0.85
onReadFunction · 0.85
resolveDeltaFunction · 0.85
checkDeltaFunction · 0.85

Calls 1

valuesFunction · 0.85

Tested by

no test coverage detected