MCPcopy Create free account
hub / github.com/asg017/sqlite-loadable-rs / eof

Method eof

examples/characters.rs:119–124  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

117 }
118
119 fn eof(&self) -> bool {
120 match &self.characters {
121 Some(chars) => chars.get(self.idx).is_none(),
122 None => true,
123 }
124 }
125
126 fn column(&self, context: *mut sqlite3_context, i: i32) -> Result<()> {
127 match column(i) {

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected