Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daodst/chat
/ Commit
Method
Commit
internal/sqlutil/sql.go:33–33 ·
view source on GitHub ↗
Commit the transaction
()
Source
from the content-addressed store, hash-verified
31
type
Transaction
interface
{
32
// Commit the transaction
33
Commit() error
34
// Rollback the transaction.
35
Rollback() error
36
}
Callers
5
Commit
Method · 0.65
Commit
Method · 0.65
PerformInvite
Method · 0.65
performFederatedRejectInvite
Method · 0.65
EndTransaction
Function · 0.65
Implementers
2
transaction
roomserver/storage/shared/prepare.go
RoomUpdater
roomserver/storage/shared/room_updater
Calls
no outgoing calls
Tested by
no test coverage detected