MCPcopy Index your code
hub / github.com/RustPython/RustPython / column_double

Method column_double

crates/stdlib/src/_sqlite3.rs:3201–3203  ·  view source on GitHub ↗
(self, pos: c_int)

Source from the content-addressed store, hash-verified

3199 }
3200
3201 fn column_double(self, pos: c_int) -> f64 {
3202 unsafe { sqlite3_column_double(self.st, pos) }
3203 }
3204
3205 fn column_blob(self, pos: c_int) -> *const c_void {
3206 unsafe { sqlite3_column_blob(self.st, pos) }

Callers 1

nextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected