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

Function ha

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

Source from the content-addressed store, hash-verified

1863 }
1864 var Rc;
1865 function ha(a, b) {
1866 var c = 0;
1867 a && (c |= 365);
1868 b && (c |= 146);
1869 return c;
1870 }
1871 function Sc(a, b, c) {
1872 a = z("/dev/" + a);
1873 var d = ha(!!b, !!c);

Callers 2

fFunction · 0.85
ScFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected