Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ Begin
Method
Begin
IceFireDB-SQLProxy/pkg/mysql/client/conn.go:208–211 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
206
}
207
208
func
(c *Conn) Begin() error {
209
_, err := c.exec(
"BEGIN"
)
210
return
errors.Trace(err)
211
}
212
213
func
(c *Conn) Commit() error {
214
_, err := c.exec(
"COMMIT"
)
Callers
nothing calls this directly
Calls
1
exec
Method · 0.95
Tested by
no test coverage detected