MCPcopy Create free account
hub / github.com/sql-js/sql.js / ___syscall202

Function ___syscall202

js/sql-debug.js:4751–4759  ·  view source on GitHub ↗
(which, varargs)

Source from the content-addressed store, hash-verified

4749
4750
4751 function ___syscall202(which, varargs) {SYSCALLS.varargs = varargs;
4752 try {
4753 // getgid32
4754 return 0;
4755 } catch (e) {
4756 if (typeof FS === 'undefined' || !(e instanceof FS.ErrnoError)) abort(e);
4757 return -e.errno;
4758 }
4759 }function ___syscall201() {
4760 return ___syscall202.apply(null, arguments)
4761 }
4762

Callers

nothing calls this directly

Calls 1

abortFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…