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

Function d

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

Source from the content-addressed store, hash-verified

126 this.kb = [];
127 }
128 function d(g, m) {
129 this.db = m;
130 m = ea(g) + 1;
131 this.cb = fa(m);
132 if (null === this.cb)
133 throw Error("Unable to allocate memory for the SQL string");
134 t(g, y, this.cb, m);
135 this.ib = this.cb;
136 this.Za = this.ob = null;
137 }
138 function f(g) {
139 this.filename = "dbfile_" + ((4294967295 * Math.random()) >>> 0);
140 if (null != g) {

Callers

nothing calls this directly

Calls 2

eaFunction · 0.85
tFunction · 0.85

Tested by

no test coverage detected