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

Function _sqliteDefaultBusyCallback

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

Source from the content-addressed store, hash-verified

245141 return 0;
245142}
245143function _sqliteDefaultBusyCallback($0,$1) {
245144 $0 = $0|0;
245145 $1 = $1|0;
245146 var $$0 = 0, $2 = 0, $3 = 0, $4 = 0, $5 = 0, $6 = 0, $7 = 0, $8 = 0, $9 = 0, label = 0, sp = 0;
245147 sp = STACKTOP;
245148 $2 = ((($0)) + 436|0);
245149 $3 = HEAP32[$2>>2]|0;
245150 $4 = ($1*1000)|0;
245151 $5 = (($4) + 1000)|0;
245152 $6 = ($5|0)>($3|0);
245153 if ($6) {
245154 $$0 = 0;
245155 return ($$0|0);
245156 }
245157 $7 = HEAP32[$0>>2]|0;
245158 $8 = ((($7)) + 60|0);
245159 $9 = HEAP32[$8>>2]|0;
245160 (FUNCTION_TABLE_iii[$9 & 255]($7,1000000)|0);
245161 $$0 = 1;
245162 return ($$0|0);
245163}
245164function _sqlite3_wal_checkpoint_v2($0,$1,$2,$3,$4) {
245165 $0 = $0|0;
245166 $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…