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

Function _sqlite3_close_v2

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

Source from the content-addressed store, hash-verified

325528 }
325529}
325530function _sqlite3_close_v2($0) {
325531 $0 = $0|0;
325532 var $1 = 0, label = 0, sp = 0;
325533 sp = STACKTOP;
325534 $1 = (_sqlite3Close($0,1)|0);
325535 return ($1|0);
325536}
325537function _sqlite3_create_function($0,$1,$2,$3,$4,$5,$6,$7) {
325538 $0 = $0|0;
325539 $1 = $1|0;

Callers

nothing calls this directly

Calls 1

_sqlite3CloseFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…