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

Function _sqlite3BtreePayloadChecked

js/sql-debug.js:323957–323976  ·  view source on GitHub ↗
($0,$1,$2,$3)

Source from the content-addressed store, hash-verified

323955 STACKTOP = sp;return ($$3|0);
323956}
323957function _sqlite3BtreePayloadChecked($0,$1,$2,$3) {
323958 $0 = $0|0;
323959 $1 = $1|0;
323960 $2 = $2|0;
323961 $3 = $3|0;
323962 var $$0 = 0, $4 = 0, $5 = 0, $6 = 0, $7 = 0, label = 0, sp = 0;
323963 sp = STACKTOP;
323964 $4 = HEAP8[$0>>0]|0;
323965 $5 = ($4<<24>>24)==(1);
323966 if ($5) {
323967 $6 = (_accessPayload($0,$1,$2,$3,0)|0);
323968 $$0 = $6;
323969 return ($$0|0);
323970 } else {
323971 $7 = (_accessPayloadChecked($0,$1,$2,$3)|0);
323972 $$0 = $7;
323973 return ($$0|0);
323974 }
323975 return (0)|0;
323976}
323977function _blobReadWrite($0,$1,$2,$3,$4) {
323978 $0 = $0|0;
323979 $1 = $1|0;

Callers

nothing calls this directly

Calls 2

_accessPayloadFunction · 0.85
_accessPayloadCheckedFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…