MCPcopy 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
222func (c *Conn) IsInTransaction() bool {
223 return c.HasStatus(SERVER_STATUS_IN_TRANS)
224}
225
226func (c *Conn) SetInTransaction() {
227 c.SetStatus(SERVER_STATUS_IN_TRANS)

Callers

nothing calls this directly

Calls 1

HasStatusMethod · 0.95

Tested by

no test coverage detected