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

Method IsAutoCommit

IceFireDB-SQLite/pkg/mysql/server/conn.go:218–220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

216}
217
218func (c *Conn) IsAutoCommit() bool {
219 return c.HasStatus(SERVER_STATUS_AUTOCOMMIT)
220}
221
222func (c *Conn) IsInTransaction() bool {
223 return c.HasStatus(SERVER_STATUS_IN_TRANS)

Callers

nothing calls this directly

Calls 1

HasStatusMethod · 0.95

Tested by

no test coverage detected