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

Method column_bytes

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

Source from the content-addressed store, hash-verified

3215 }
3216
3217 fn column_bytes(self, pos: c_int) -> c_int {
3218 unsafe { sqlite3_column_bytes(self.st, pos) }
3219 }
3220
3221 fn column_name(self, pos: c_int) -> *const libc::c_char {
3222 unsafe { sqlite3_column_name(self.st, pos) }

Callers 1

nextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected