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

Function Nc

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

Source from the content-addressed store, hash-verified

1793 a.fd = null;
1794 }
1795 function Nc(a, b, c) {
1796 if (null === a.fd) throw new R(8);
1797 if (!a.seekable || !a.Ma.Ya) throw new R(70);
1798 if (0 != c && 1 != c && 2 != c) throw new R(28);
1799 a.position = a.Ma.Ya(a, b, c);
1800 a.Pb = [];
1801 }
1802 function Pc(a, b, c, d, f) {
1803 if (0 > d || 0 > f) throw new R(28);
1804 if (null === a.fd) throw new R(8);

Callers 2

laFunction · 0.85
initSqlJsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected