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

Function _btreeParseCellPtrNoPayload

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

Source from the content-addressed store, hash-verified

62197 return ($5|0);
62198}
62199function _btreeParseCellPtrNoPayload($0,$1,$2) {
62200 $0 = $0|0;
62201 $1 = $1|0;
62202 $2 = $2|0;
62203 var $10 = 0, $11 = 0, $3 = 0, $4 = 0, $5 = 0, $6 = 0, $7 = 0, $8 = 0, $9 = 0, label = 0, sp = 0;
62204 sp = STACKTOP;
62205 $3 = ((($1)) + 4|0);
62206 $4 = (_sqlite3GetVarint($3,$2)|0);
62207 $5 = $4&255;
62208 $6 = (($5) + 4)|0;
62209 $7 = $6&65535;
62210 $8 = ((($2)) + 18|0);
62211 HEAP16[$8>>1] = $7;
62212 $9 = ((($2)) + 12|0);
62213 HEAP32[$9>>2] = 0;
62214 $10 = ((($2)) + 16|0);
62215 HEAP16[$10>>1] = 0;
62216 $11 = ((($2)) + 8|0);
62217 HEAP32[$11>>2] = 0;
62218 return;
62219}
62220function _btreeParseCellPtr($0,$1,$2) {
62221 $0 = $0|0;
62222 $1 = $1|0;

Callers

nothing calls this directly

Calls 1

_sqlite3GetVarintFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…