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