MCPcopy
hub / github.com/sql-js/sql.js / _fsync

Function _fsync

js/sql-debug.js:396945–396955  ·  view source on GitHub ↗
($0)

Source from the content-addressed store, hash-verified

396943 STACKTOP = sp;return ($4|0);
396944}
396945function _fsync($0) {
396946 $0 = $0|0;
396947 var $1 = 0, $2 = 0, $vararg_buffer = 0, label = 0, sp = 0;
396948 sp = STACKTOP;
396949 STACKTOP = STACKTOP + 16|0;
396950 $vararg_buffer = sp;
396951 HEAP32[$vararg_buffer>>2] = $0;
396952 $1 = (___syscall118(118,($vararg_buffer|0))|0);
396953 $2 = (___syscall_ret($1)|0);
396954 STACKTOP = sp;return ($2|0);
396955}
396956function _getcwd($0,$1) {
396957 $0 = $0|0;
396958 $1 = $1|0;

Callers 2

_unixDeleteFunction · 0.85
_unixSyncFunction · 0.85

Calls 2

___syscall_retFunction · 0.85
___syscall118Function · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…