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

Function removeUpload

evaporate.js:2082–2086  ·  view source on GitHub ↗
(uploadKey)

Source from the content-addressed store, hash-verified

2080 }
2081
2082 function removeUpload(uploadKey) {
2083 var uploads = getSavedUploads();
2084 delete uploads[uploadKey];
2085 historyCache.setItem('awsUploads', JSON.stringify(uploads));
2086 }
2087
2088 function removeAtIndex(a, i) {
2089 var idx = a.indexOf(i);

Callers 1

evaporate.jsFile · 0.85

Calls 1

getSavedUploadsFunction · 0.85

Tested by

no test coverage detected