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

Function column

examples/characters.rs:18–24  ·  view source on GitHub ↗
(index: i32)

Source from the content-addressed store, hash-verified

16 Input,
17}
18fn column(index: i32) -> Option<Columns> {
19 match index {
20 0 => Some(Columns::Value),
21 1 => Some(Columns::Input),
22 _ => None,
23 }
24}
25
26#[repr(C)]
27pub struct CharactersTable {

Callers 2

best_indexMethod · 0.70
columnMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected