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

Function a

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

Source from the content-addressed store, hash-verified

72 null;
73 e.onRuntimeInitialized = function () {
74 function a(g, m) {
75 switch (typeof m) {
76 case "boolean":
77 nc(g, m ? 1 : 0);
78 break;
79 case "number":
80 oc(g, m);
81 break;
82 case "string":
83 pc(g, m, -1, -1);
84 break;
85 case "object":
86 if (null === m) pb(g);
87 else if (null != m.length) {
88 var p = ba(m, ca);
89 qc(g, p, m.length, -1);
90 da(p);
91 } else
92 Aa(
93 g,
94 "Wrong API use : tried to return a value of an unknown type (" +
95 m +
96 ").",
97 -1
98 );
99 break;
100 default:
101 pb(g);
102 }
103 }
104 function b(g, m) {
105 for (var p = [], r = 0; r < g; r += 1) {
106 var u = k(m + 4 * r, "i32"),

Callers 6

initSqlJsFunction · 0.85
jbFunction · 0.85
mbFunction · 0.85
VcFunction · 0.85
bFunction · 0.85
fdFunction · 0.85

Calls 9

baFunction · 0.85
ZaFunction · 0.85
fFunction · 0.85
QcFunction · 0.85
ScFunction · 0.85
hcFunction · 0.85
AFunction · 0.85
kbFunction · 0.85
matchMethod · 0.45

Tested by

no test coverage detected