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

Function _posixOpen

js/sql-debug.js:18425–18436  ·  view source on GitHub ↗
($0,$1,$2)

Source from the content-addressed store, hash-verified

18423 }
18424}
18425function _posixOpen($0,$1,$2) {
18426 $0 = $0|0;
18427 $1 = $1|0;
18428 $2 = $2|0;
18429 var $3 = 0, $vararg_buffer = 0, label = 0, sp = 0;
18430 sp = STACKTOP;
18431 STACKTOP = STACKTOP + 16|0;
18432 $vararg_buffer = sp;
18433 HEAP32[$vararg_buffer>>2] = $2;
18434 $3 = (_open($0,$1,$vararg_buffer)|0);
18435 STACKTOP = sp;return ($3|0);
18436}
18437function _openDirectory($0,$1) {
18438 $0 = $0|0;
18439 $1 = $1|0;

Callers

nothing calls this directly

Calls 1

_openFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…