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

Function Xb

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

Source from the content-addressed store, hash-verified

1575 return b;
1576 }
1577 function Xb(a, b) {
1578 if (Sb) return 0;
1579 if (!b.includes("r") || a.mode & 292) {
1580 if (
1581 (b.includes("w") && !(a.mode & 146)) ||
1582 (b.includes("x") && !(a.mode & 73))
1583 )
1584 return 2;
1585 } else return 2;
1586 return 0;
1587 }
1588 function ac(a, b) {
1589 try {
1590 return Ob(a, b), 20;

Callers 6

ObFunction · 0.85
acFunction · 0.85
bcFunction · 0.85
lcFunction · 0.85
AFunction · 0.85
initSqlJsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected