MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / Commit

Method Commit

app/controlplane/pkg/data/ent/tx.go:67–67  ·  view source on GitHub ↗
(context.Context, *Tx)

Source from the content-addressed store, hash-verified

65 // Committer is the interface that wraps the Commit method.
66 Committer interface {
67 Commit(context.Context, *Tx) error
68 }
69
70 // The CommitFunc type is an adapter to allow the use of ordinary

Callers 5

CommitMethod · 0.95
TestGitRepoHeadMethod · 0.65
SetupTestMethod · 0.65
WithTxFunction · 0.65

Implementers 2

Txapp/controlplane/pkg/data/ent/tx.go
txDriverapp/controlplane/pkg/data/ent/tx.go

Calls

no outgoing calls

Tested by 3

TestGitRepoHeadMethod · 0.52
SetupTestMethod · 0.52