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

Method changes

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

Source from the content-addressed store, hash-verified

2922 }
2923
2924 fn changes(self) -> c_int {
2925 unsafe { sqlite3_changes(self.db) }
2926 }
2927
2928 fn total_changes(self) -> c_int {
2929 unsafe { sqlite3_total_changes(self.db) }

Callers 3

executeMethod · 0.80
executemanyMethod · 0.80
nextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected