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

Function _unlink

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

Source from the content-addressed store, hash-verified

397171 STACKTOP = sp;return ($$0|0);
397172}
397173function _unlink($0) {
397174 $0 = $0|0;
397175 var $1 = 0, $2 = 0, $3 = 0, $vararg_buffer = 0, label = 0, sp = 0;
397176 sp = STACKTOP;
397177 STACKTOP = STACKTOP + 16|0;
397178 $vararg_buffer = sp;
397179 $1 = $0;
397180 HEAP32[$vararg_buffer>>2] = $1;
397181 $2 = (___syscall10(10,($vararg_buffer|0))|0);
397182 $3 = (___syscall_ret($2)|0);
397183 STACKTOP = sp;return ($3|0);
397184}
397185function _strcspn($0,$1) {
397186 $0 = $0|0;
397187 $1 = $1|0;

Callers

nothing calls this directly

Calls 2

___syscall_retFunction · 0.85
___syscall10Function · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…