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

Function _sqlite3_data_count

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

Source from the content-addressed store, hash-verified

321458 return (0)|0;
321459}
321460function _sqlite3_data_count($0) {
321461 $0 = $0|0;
321462 var $$0 = 0, $1 = 0, $2 = 0, $3 = 0, $4 = 0, $5 = 0, $6 = 0, $7 = 0, label = 0, sp = 0;
321463 sp = STACKTOP;
321464 $1 = ($0|0)==(0|0);
321465 if ($1) {
321466 $$0 = 0;
321467 return ($$0|0);
321468 }
321469 $2 = ((($0)) + 104|0);
321470 $3 = HEAP32[$2>>2]|0;
321471 $4 = ($3|0)==(0|0);
321472 if ($4) {
321473 $$0 = 0;
321474 return ($$0|0);
321475 }
321476 $5 = ((($0)) + 140|0);
321477 $6 = HEAP16[$5>>1]|0;
321478 $7 = $6&65535;
321479 $$0 = $7;
321480 return ($$0|0);
321481}
321482function _sqlite3_column_blob($0,$1) {
321483 $0 = $0|0;
321484 $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…