MCPcopy 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

31type Transaction interface {
32 // Commit the transaction
33 Commit() error
34 // Rollback the transaction.
35 Rollback() error
36}

Callers 5

CommitMethod · 0.65
CommitMethod · 0.65
PerformInviteMethod · 0.65
EndTransactionFunction · 0.65

Implementers 2

transactionroomserver/storage/shared/prepare.go
RoomUpdaterroomserver/storage/shared/room_updater

Calls

no outgoing calls

Tested by

no test coverage detected