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

Function ma

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

Source from the content-addressed store, hash-verified

1781 return d;
1782 }
1783 function ma(a) {
1784 if (null === a.fd) throw new R(8);
1785 a.nb && (a.nb = null);
1786 try {
1787 a.Ma.close && a.Ma.close(a);
1788 } catch (b) {
1789 throw b;
1790 } finally {
1791 U[a.fd] = null;
1792 }
1793 a.fd = null;
1794 }
1795 function Nc(a, b, c) {
1796 if (null === a.fd) throw new R(8);
1797 if (!a.seekable || !a.Ma.Ya) throw new R(70);

Callers 3

fFunction · 0.85
taFunction · 0.85
initSqlJsFunction · 0.85

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected