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

Function reject

evaporate.js:700–703  ·  view source on GitHub ↗
(s3Part)

Source from the content-addressed store, hash-verified

698 };
699 }
700 function reject(s3Part) { return function () {
701 cleanUpAfterPart(s3Part);
702 };
703 }
704
705 var limit = firstPart ? 1 : this.numParts;
706

Callers 4

evaporate.jsFile · 0.85
onEndFunction · 0.85
authorizationMethodFunction · 0.85
authorizationMethodFunction · 0.85

Calls 1

cleanUpAfterPartFunction · 0.85

Tested by 1

authorizationMethodFunction · 0.68