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