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

Function _unixGetpagesize

js/sql-debug.js:18557–18562  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18555 return (0)|0;
18556}
18557function _unixGetpagesize() {
18558 var $0 = 0, label = 0, sp = 0;
18559 sp = STACKTOP;
18560 $0 = (_sysconf(30)|0);
18561 return ($0|0);
18562}
18563function _sqlite3_snprintf($0,$1,$2,$varargs) {
18564 $0 = $0|0;
18565 $1 = $1|0;

Callers

nothing calls this directly

Calls 1

_sysconfFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…