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

Function kb

public/sqljs/sql-wasm.js:1043–1056  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

1041 }
1042 var P, O;
1043 function kb(a) {
1044 for (; 0 < a.length; ) {
1045 var b = a.shift();
1046 if ("function" == typeof b) b(e);
1047 else {
1048 var c = b.Qb;
1049 "number" === typeof c
1050 ? void 0 === b.lb
1051 ? L.get(c)()
1052 : L.get(c)(b.lb)
1053 : c(void 0 === b.lb ? null : b.lb);
1054 }
1055 }
1056 }
1057 function lb(a) {
1058 return a.replace(/\b_Z[\w\d_]+/g, function (b) {
1059 return b === b ? b : b + " [" + b + "]";

Callers 2

aFunction · 0.85
fdFunction · 0.85

Calls 2

bFunction · 0.85
cFunction · 0.70

Tested by

no test coverage detected