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

Function ic

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

Source from the content-addressed store, hash-verified

1692 return Cb(Ub(a.parent), a.La.readlink(a));
1693 }
1694 function ic(a, b) {
1695 a = W(a, { Xa: !b }).node;
1696 if (!a) throw new R(44);
1697 if (!a.La.Ua) throw new R(63);
1698 return a.La.Ua(a);
1699 }
1700 function jc(a) {
1701 return ic(a, !0);
1702 }

Callers 2

jcFunction · 0.85
taFunction · 0.85

Calls 1

WFunction · 0.85

Tested by

no test coverage detected