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

Method open

examples/characters.rs:75–77  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

73 }
74
75 fn open(&mut self) -> Result<CharactersCursor> {
76 Ok(CharactersCursor::new())
77 }
78}
79
80#[repr(C)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected