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

Function ua

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

Source from the content-addressed store, hash-verified

1675 c.La.symlink(c, b, a);
1676 }
1677 function ua(a) {
1678 var b = W(a, { parent: !0 }).node;
1679 a = Ab(a);
1680 var c = Ob(b, a),
1681 d = bc(b, a, !1);
1682 if (d) throw new R(d);
1683 if (!b.La.unlink) throw new R(63);
1684 if (c.$a) throw new R(10);
1685 b.La.unlink(b, a);
1686 Wb(c);
1687 }
1688 function Tb(a) {
1689 a = W(a).node;
1690 if (!a) throw new R(44);

Callers 1

initSqlJsFunction · 0.85

Calls 5

WFunction · 0.85
AbFunction · 0.85
ObFunction · 0.85
bcFunction · 0.85
WbFunction · 0.85

Tested by

no test coverage detected