MCPcopy
hub / github.com/TTLabs/EvaporateJS / onEnd

Function onEnd

evaporate.js:1518–1522  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

1516 }
1517
1518 function onEnd(err) {
1519 if (err) { reject(err); }
1520 else { resolve(arr); }
1521 cleanup();
1522 }
1523
1524 function onClose() {
1525 resolve(arr);

Callers

nothing calls this directly

Calls 3

rejectFunction · 0.85
resolveFunction · 0.85
cleanupFunction · 0.85

Tested by

no test coverage detected