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

Function Vb

public/sqljs/sql-wasm.js:1536–1540  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

1534 }
1535 }
1536 function Vb(a, b) {
1537 for (var c = 0, d = 0; d < b.length; d++)
1538 c = ((c << 5) - c + b.charCodeAt(d)) | 0;
1539 return ((a + c) >>> 0) % V.length;
1540 }
1541 function Wb(a) {
1542 var b = Vb(a.parent.id, a.name);
1543 if (V[b] === a) V[b] = a.ab;

Callers 3

WbFunction · 0.85
ObFunction · 0.85
MbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected