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

Function bc

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

Source from the content-addressed store, hash-verified

1592 return Xb(a, "wx");
1593 }
1594 function bc(a, b, c) {
1595 try {
1596 var d = Ob(a, b);
1597 } catch (f) {
1598 return f.Pa;
1599 }
1600 if ((a = Xb(a, "wx"))) return a;
1601 if (c) {
1602 if (!T(d.mode)) return 54;
1603 if (d === d.parent || "/" === Ub(d)) return 10;
1604 } else if (T(d.mode)) return 31;
1605 return 0;
1606 }
1607 function cc(a) {
1608 var b = 4096;
1609 for (a = a || 0; a <= b; a++) if (!U[a]) return a;

Callers 2

uaFunction · 0.85
initSqlJsFunction · 0.85

Calls 4

ObFunction · 0.85
XbFunction · 0.85
TFunction · 0.85
UbFunction · 0.85

Tested by

no test coverage detected