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

Function Ab

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

Source from the content-addressed store, hash-verified

1117 return a + b;
1118 }
1119 function Ab(a) {
1120 if ("/" === a) return "/";
1121 a = z(a);
1122 a = a.replace(/\/$/, "");
1123 var b = a.lastIndexOf("/");
1124 return -1 === b ? a : a.substr(b + 1);
1125 }
1126 function Bb() {
1127 if (
1128 "object" === typeof crypto &&

Callers 4

jaFunction · 0.85
hcFunction · 0.85
uaFunction · 0.85
initSqlJsFunction · 0.85

Calls 1

zFunction · 0.85

Tested by

no test coverage detected