MCPcopy Create free account
hub / github.com/Comcast/Speed-testJS / slicing

Function slicing

public/lib/uploadHttpConcurrentProgress.js:406–408  ·  view source on GitHub ↗
(data, start, end)

Source from the content-addressed store, hash-verified

404
405 //TODO will be moved to a seperate file
406 function slicing(data, start, end) {
407 return data.slice(start, end);
408 }
409
410 function meanCalculator(arr) {
411 var peakValue = arr[arr.length - 1];

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected