Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/asg017/sqlite-loadable-rs
/ next
Method
next
tests/test_find_function.rs:108–111 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
106
}
107
108
fn next(&mut self) -> Result<()> {
109
self.rowid += 1;
110
Ok(())
111
}
112
113
fn eof(&self) -> bool {
114
self.rowid >= 2
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected