MCPcopy Index your code
hub / github.com/outerbase/studio / ba

Function ba

public/sqljs/sql-wasm.js:869–873  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

867 var ca = 0,
868 Ta = 1;
869 function ba(a, b) {
870 b = b == Ta ? B(a.length) : fa(a.length);
871 a.subarray || a.slice ? y.set(a, b) : y.set(new Uint8Array(a), b);
872 return b;
873 }
874 var Va =
875 "undefined" !== typeof TextDecoder ? new TextDecoder("utf8") : void 0;
876 function Wa(a, b, c) {

Callers 2

aFunction · 0.85
initSqlJsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected