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

Method open

tests/test_find_function.rs:56–58  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

54 }
55
56 fn open(&mut self) -> Result<FindCursor> {
57 Ok(FindCursor::new())
58 }
59}
60
61impl<'vtab> VTabFind<'vtab> for FindTable {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected