Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ IsAutoCommit
Method
IsAutoCommit
IceFireDB-SQLite/pkg/mysql/client/conn.go:283–285 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
281
}
282
283
func
(c *Conn) IsAutoCommit() bool {
284
return
c.status&SERVER_STATUS_AUTOCOMMIT > 0
285
}
286
287
func
(c *Conn) IsInTransaction() bool {
288
return
c.status&SERVER_STATUS_IN_TRANS > 0
Callers
2
SetAutoCommit
Method · 0.95
CloseConn
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected