Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ is_autocommit
Method
is_autocommit
crates/stdlib/src/_sqlite3.rs:2920–2922 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2918
}
2919
2920
fn is_autocommit(self) -> bool {
2921
unsafe { sqlite3_get_autocommit(self.db) != 0 }
2922
}
2923
2924
fn changes(self) -> c_int {
2925
unsafe { sqlite3_changes(self.db) }
Callers
7
rollback
Method · 0.80
set_isolation_level
Method · 0.80
set_autocommit
Method · 0.80
in_transaction
Method · 0.80
execute
Method · 0.80
executemany
Method · 0.80
implicit_commit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected