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

Function hc

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

Source from the content-addressed store, hash-verified

1665 ja(a, b | 8192, c);
1666 }
1667 function hc(a, b) {
1668 if (!Cb(a)) throw new R(44);
1669 var c = W(b, { parent: !0 }).node;
1670 if (!c) throw new R(44);
1671 b = Ab(b);
1672 var d = ac(c, b);
1673 if (d) throw new R(d);
1674 if (!c.La.symlink) throw new R(63);
1675 c.La.symlink(c, b, a);
1676 }
1677 function ua(a) {
1678 var b = W(a, { parent: !0 }).node;
1679 a = Ab(a);

Callers 1

aFunction · 0.85

Calls 4

CbFunction · 0.85
WFunction · 0.85
AbFunction · 0.85
acFunction · 0.85

Tested by

no test coverage detected