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

Method reset

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

Source from the content-addressed store, hash-verified

3056 }
3057
3058 fn reset(self) {
3059 unsafe { sqlite3_reset(self.st) };
3060 }
3061
3062 fn data_count(self) -> c_int {
3063 unsafe { sqlite3_data_count(self.st) }

Callers 4

executeMethod · 0.45
executemanyMethod · 0.45
closeMethod · 0.45
nextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected