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

Function Cb

public/sqljs/sql-wasm.js:1148–1164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1146 };
1147 }
1148 function Cb() {
1149 for (var a = "", b = !1, c = arguments.length - 1; -1 <= c && !b; c--) {
1150 b = 0 <= c ? arguments[c] : "/";
1151 if ("string" !== typeof b)
1152 throw new TypeError("Arguments to path.resolve must be strings");
1153 if (!b) return "";
1154 a = b + "/" + a;
1155 b = "/" === b.charAt(0);
1156 }
1157 a = yb(
1158 a.split("/").filter(function (d) {
1159 return !!d;
1160 }),
1161 !b
1162 ).join("/");
1163 return (b ? "/" : "") + a || ".";
1164 }
1165 var Db = [];
1166 function Eb(a, b) {
1167 Db[a] = { input: [], output: [], bb: b };

Callers 3

WFunction · 0.85
hcFunction · 0.85
TbFunction · 0.85

Calls 1

ybFunction · 0.85

Tested by

no test coverage detected