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

Method data_count

crates/stdlib/src/_sqlite3.rs:3062–3064  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3060 }
3061
3062 fn data_count(self) -> c_int {
3063 unsafe { sqlite3_data_count(self.st) }
3064 }
3065
3066 fn bind_parameter(
3067 self,

Callers 1

nextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected