Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/asg017/sqlite-loadable-rs
/ eof
Method
eof
tests/test_find_function.rs:113–115 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
111
}
112
113
fn eof(&self) -> bool {
114
self.rowid >= 2
115
}
116
117
fn column(&self, context: *mut sqlite3_context, i: c_int) -> Result<()> {
118
match column(i) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected