MCPcopy
hub / github.com/opentrace/opentrace / binaryDecode

Function binaryDecode

ui/public/lbug_wasm_worker.js:1786–1796  ·  view source on GitHub ↗
(bin)

Source from the content-addressed store, hash-verified

1784 }
1785 }
1786 function binaryDecode(bin) {
1787 for (
1788 var i = 0, l = bin.length, o = new Uint8Array(l), c;
1789 i < l;
1790 ++i
1791 ) {
1792 c = bin.charCodeAt(i);
1793 o[i] = (~c >> 8) & c;
1794 }
1795 return o;
1796 }
1797 var readyPromiseResolve, readyPromiseReject;
1798 var HEAP8, HEAPU8, HEAP16, HEAPU16, HEAP32, HEAPU32, HEAPF32, HEAPF64;
1799 var HEAP64, HEAPU64;

Callers 1

findWasmBinaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected