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

Class InValues

src/table.rs:247–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247pub struct InValues {
248 list_value: *mut sqlite3_value,
249 yielded_first: bool,
250 value: *mut sqlite3_value,
251}
252impl InValues {
253 pub fn new(list_value: *mut sqlite3_value) -> Self {
254 InValues {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected