MCPcopy Index your code
hub / github.com/sql-js/sql.js / ___syscall195

Function ___syscall195

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

Source from the content-addressed store, hash-verified

4704 }
4705
4706 function ___syscall195(which, varargs) {SYSCALLS.varargs = varargs;
4707 try {
4708 // SYS_stat64
4709 var path = SYSCALLS.getStr(), buf = SYSCALLS.get();
4710 return SYSCALLS.doStat(FS.stat, path, buf);
4711 } catch (e) {
4712 if (typeof FS === 'undefined' || !(e instanceof FS.ErrnoError)) abort(e);
4713 return -e.errno;
4714 }
4715 }
4716
4717 function ___syscall196(which, varargs) {SYSCALLS.varargs = varargs;
4718 try {

Callers 2

_fstatFunction · 0.70
_statFunction · 0.70

Calls 1

abortFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…