Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/asg017/sqlite-loadable-rs
/ FindTable
Class
FindTable
tests/test_find_function.rs:29–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
28
#[repr(C)]
29
pub struct FindTable {
30
/// must be first
31
base: sqlite3_vtab,
32
}
33
34
impl<
'vtab> VTab<'
vtab> for FindTable {
35
type Aux = ();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected