Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ IsAutoCommit
Method
IsAutoCommit
IceFireDB-SQLite/pkg/mysql/server/conn.go:218–220 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
216
}
217
218
func
(c *Conn) IsAutoCommit() bool {
219
return
c.HasStatus(SERVER_STATUS_AUTOCOMMIT)
220
}
221
222
func
(c *Conn) IsInTransaction() bool {
223
return
c.HasStatus(SERVER_STATUS_IN_TRANS)
Callers
nothing calls this directly
Calls
1
HasStatus
Method · 0.95
Tested by
no test coverage detected