MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / HasStatus

Method HasStatus

IceFireDB-SQLite/pkg/mysql/server/conn.go:242–244  ·  view source on GitHub ↗
(status uint16)

Source from the content-addressed store, hash-verified

240}
241
242func (c *Conn) HasStatus(status uint16) bool {
243 return c.status&status > 0
244}
245
246func (c *Conn) SetWarnings(warnings uint16) {
247 c.warnings = warnings

Callers 2

IsAutoCommitMethod · 0.95
IsInTransactionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected