MCPcopy 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
287func (c *Conn) IsInTransaction() bool {
288 return c.status&SERVER_STATUS_IN_TRANS > 0
289}
290
291func (c *Conn) GetCharset() string {
292 return c.charset

Callers 4

popConnMethod · 0.95
CloseConnMethod · 0.45
pushConnMethod · 0.45
handleInboundSQLFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected