MCPcopy Create free account
hub / github.com/sql-js/sql.js / _sqlite3_changes

Function _sqlite3_changes

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

Source from the content-addressed store, hash-verified

324943 return ($$056|0);
324944}
324945function _sqlite3_changes($0) {
324946 $0 = $0|0;
324947 var $1 = 0, $2 = 0, label = 0, sp = 0;
324948 sp = STACKTOP;
324949 $1 = ((($0)) + 92|0);
324950 $2 = HEAP32[$1>>2]|0;
324951 return ($2|0);
324952}
324953function _sqlite3Close($0,$1) {
324954 $0 = $0|0;
324955 $1 = $1|0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…