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

Method new

examples/characters.rs:89–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87}
88impl CharactersCursor {
89 fn new() -> CharactersCursor {
90 CharactersCursor {
91 base: unsafe { mem::zeroed() },
92 input: None,
93 characters: None,
94 idx: 0,
95 }
96 }
97}
98
99impl VTabCursor for CharactersCursor {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected