MCPcopy Create free account
hub / github.com/TruthHun/BookStack / getStringFromCharCode

Function getStringFromCharCode

static/cropper/2.3.4/cropper.js:309–318  ·  view source on GitHub ↗
(dataView, start, length)

Source from the content-addressed store, hash-verified

307 }
308
309 function getStringFromCharCode(dataView, start, length) {
310 var str = '';
311 var i;
312
313 for (i = start, length += start; i < length; i++) {
314 str += fromCharCode(dataView.getUint8(i));
315 }
316
317 return str;
318 }
319
320 function getOrientation(arrayBuffer) {
321 var dataView = new DataView(arrayBuffer);

Callers 1

getOrientationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected