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

Function _sqlite3_open

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

Source from the content-addressed store, hash-verified

325859 }
325860}
325861function _sqlite3_open($0,$1) {
325862 $0 = $0|0;
325863 $1 = $1|0;
325864 var $2 = 0, label = 0, sp = 0;
325865 sp = STACKTOP;
325866 $2 = (_openDatabase($0,$1,6,0)|0);
325867 return ($2|0);
325868}
325869function _openDatabase($0,$1,$2,$3) {
325870 $0 = $0|0;
325871 $1 = $1|0;

Callers

nothing calls this directly

Calls 1

_openDatabaseFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…