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

Function removeAtIndex

evaporate.js:2088–2094  ·  view source on GitHub ↗
(a, i)

Source from the content-addressed store, hash-verified

2086 }
2087
2088 function removeAtIndex(a, i) {
2089 var idx = a.indexOf(i);
2090 if (idx > -1) {
2091 a.splice(idx, 1);
2092 return true;
2093 }
2094 }
2095
2096 function readableFileSize(size) {
2097 // Adapted from https://github.com/fkjaekel

Callers 2

evaporate.jsFile · 0.85
cleanUpAfterPartFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected