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

Function ib

public/sqljs/sql-wasm.js:1006–1015  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1004 Q = e.locateFile ? e.locateFile(hb, I) : I + hb;
1005 }
1006 function ib() {
1007 var a = Q;
1008 try {
1009 if (a == Q && La) return new Uint8Array(La);
1010 if (Ea) return Ea(a);
1011 throw "both async and sync fetching of the wasm failed";
1012 } catch (b) {
1013 J(b);
1014 }
1015 }
1016 function jb() {
1017 if (!La && (ya || za)) {
1018 if ("function" === typeof fetch && !Q.startsWith("file://"))

Callers 1

jbFunction · 0.85

Calls 1

JFunction · 0.85

Tested by

no test coverage detected