Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ HasStatus
Method
HasStatus
IceFireDB-SQLProxy/pkg/mysql/server/conn.go:242–244 ·
view source on GitHub ↗
(status uint16)
Source
from the content-addressed store, hash-verified
240
}
241
242
func
(c *Conn) HasStatus(status uint16) bool {
243
return
c.status&status > 0
244
}
245
246
func
(c *Conn) SetWarnings(warnings uint16) {
247
c.warnings = warnings
Callers
2
IsAutoCommit
Method · 0.95
IsInTransaction
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected