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

Function Ob

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

Source from the content-addressed store, hash-verified

1551 }
1552 }
1553 function Ob(a, b) {
1554 var c;
1555 if ((c = (c = Xb(a, "x")) ? c : a.La.lookup ? 0 : 2)) throw new R(c, a);
1556 for (c = V[Vb(a.id, b)]; c; c = c.ab) {
1557 var d = c.name;
1558 if (c.parent.id === a.id && d === b) return c;
1559 }
1560 return a.La.lookup(a, b);
1561 }
1562 function Mb(a, b, c, d) {
1563 a = new Yb(a, b, c, d);
1564 b = Vb(a.parent.id, a.name);

Callers 5

initSqlJsFunction · 0.85
WFunction · 0.85
acFunction · 0.85
bcFunction · 0.85
uaFunction · 0.85

Calls 2

XbFunction · 0.85
VbFunction · 0.85

Tested by

no test coverage detected