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

Function Wb

public/sqljs/sql-wasm.js:1541–1552  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

1539 return ((a + c) >>> 0) % V.length;
1540 }
1541 function Wb(a) {
1542 var b = Vb(a.parent.id, a.name);
1543 if (V[b] === a) V[b] = a.ab;
1544 else
1545 for (b = V[b]; b; ) {
1546 if (b.ab === a) {
1547 b.ab = a.ab;
1548 break;
1549 }
1550 b = b.ab;
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);

Callers 2

uaFunction · 0.85
initSqlJsFunction · 0.85

Calls 1

VbFunction · 0.85

Tested by

no test coverage detected