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

Function c

public/sqljs/sql-wasm.js:122–127  ·  view source on GitHub ↗
(g, m)

Source from the content-addressed store, hash-verified

120 return p;
121 }
122 function c(g, m) {
123 this.Qa = g;
124 this.db = m;
125 this.Oa = 1;
126 this.kb = [];
127 }
128 function d(g, m) {
129 this.db = m;
130 m = ea(g) + 1;

Callers 3

initSqlJsFunction · 0.70
kbFunction · 0.70
ScFunction · 0.70

Calls 2

jbFunction · 0.85
JFunction · 0.85

Tested by

no test coverage detected