MCPcopy Index your code
hub / github.com/rilldata/rill / Commit

Method Commit

admin/database/database.go:369–369  ·  view source on GitHub ↗

Commit commits the transaction

()

Source from the content-addressed store, hash-verified

367type Tx interface {
368 // Commit commits the transaction
369 Commit() error
370 // Rollback discards the transaction *unless* it has already been committed.
371 // It does nothing if Commit has already been called.
372 // This means that a call to Rollback should almost always be defer'ed right after a call to NewTx.

Callers 15

PushToGithubMethod · 0.65
CommitAndPushFunction · 0.65
CreateProjectMethod · 0.65
CreateOrUpdateUserMethod · 0.65
migrateSingleMethod · 0.65
WorkMethod · 0.65

Implementers 1

noopTxadmin/database/postgres/tx.go

Calls

no outgoing calls

Tested by

no test coverage detected