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

Function ka

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

Source from the content-addressed store, hash-verified

1701 return ic(a, !0);
1702 }
1703 function ka(a, b) {
1704 a = "string" === typeof a ? W(a, { Xa: !0 }).node : a;
1705 if (!a.La.Ta) throw new R(63);
1706 a.La.Ta(a, {
1707 mode: (b & 4095) | (a.mode & -4096),
1708 timestamp: Date.now(),
1709 });
1710 }
1711 function kc(a) {
1712 a = "string" === typeof a ? W(a, { Xa: !0 }).node : a;
1713 if (!a.La.Ta) throw new R(63);

Callers 2

fFunction · 0.85
initSqlJsFunction · 0.85

Calls 1

WFunction · 0.85

Tested by

no test coverage detected