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

Function lc

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

Source from the content-addressed store, hash-verified

1714 a.La.Ta(a, { timestamp: Date.now() });
1715 }
1716 function lc(a, b) {
1717 if (0 > b) throw new R(28);
1718 a = "string" === typeof a ? W(a, { Xa: !0 }).node : a;
1719 if (!a.La.Ta) throw new R(63);
1720 if (T(a.mode)) throw new R(31);
1721 if (32768 !== (a.mode & 61440)) throw new R(28);
1722 var c = Xb(a, "w");
1723 if (c) throw new R(c);
1724 a.La.Ta(a, { size: b, timestamp: Date.now() });
1725 }
1726 function A(a, b, c, d) {
1727 if ("" === a) throw new R(44);
1728 if ("string" === typeof b) {

Callers 2

AFunction · 0.85
initSqlJsFunction · 0.85

Calls 3

WFunction · 0.85
TFunction · 0.85
XbFunction · 0.85

Tested by

no test coverage detected