Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ IsInTransaction
Method
IsInTransaction
IceFireDB-SQLProxy/pkg/mysql/client/conn.go:287–289 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
285
}
286
287
func
(c *Conn) IsInTransaction() bool {
288
return
c.status&SERVER_STATUS_IN_TRANS > 0
289
}
290
291
func
(c *Conn) GetCharset() string {
292
return
c.charset
Callers
4
popConn
Method · 0.95
CloseConn
Method · 0.45
pushConn
Method · 0.45
handleInboundSQL
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected