MCPcopy Index your code
hub / github.com/sql-js/sql.js / _fts3EofMethod

Function _fts3EofMethod

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

Source from the content-addressed store, hash-verified

331264 STACKTOP = sp;return ($$0|0);
331265}
331266function _fts3EofMethod($0) {
331267 $0 = $0|0;
331268 var $1 = 0, $2 = 0, $3 = 0, $4 = 0, label = 0, sp = 0;
331269 sp = STACKTOP;
331270 $1 = ((($0)) + 6|0);
331271 $2 = HEAP8[$1>>0]|0;
331272 $3 = ($2<<24>>24)==(0);
331273 if ($3) {
331274 $4 = 0;
331275 return ($4|0);
331276 }
331277 _fts3ClearCursor($0);
331278 HEAP8[$1>>0] = 1;
331279 $4 = 1;
331280 return ($4|0);
331281}
331282function _fts3ColumnMethod($0,$1,$2) {
331283 $0 = $0|0;
331284 $1 = $1|0;

Callers

nothing calls this directly

Calls 1

_fts3ClearCursorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…