Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
execute
Method · 0.45
executemany
Method · 0.45
close
Method · 0.45
next
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected