Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/asg017/sqlite-loadable-rs
/ column
Function
column
tests/test_find_function.rs:21–26 ·
view source on GitHub ↗
(index: i32)
Source
from the content-addressed store, hash-verified
19
A,
20
}
21
fn column(index: i32) -> Option<Columns> {
22
match index {
23
0 => Some(Columns::A),
24
_ => None,
25
}
26
}
27
28
#[repr(C)]
29
pub struct FindTable {
Callers
1
column
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected