MCPcopy Create free account
hub / github.com/cloudwan/gohan / syncTransactionWrap

Function syncTransactionWrap

server/transaction_commit_informer.go:69–71  ·  view source on GitHub ↗
(tx transaction.Transaction)

Source from the content-addressed store, hash-verified

67}
68
69func syncTransactionWrap(tx transaction.Transaction) *transactionEventLogger {
70 return &transactionEventLogger{tx, false}
71}
72
73func (tl *transactionEventLogger) logEvent(ctx context.Context, eventType string, resource *schema.Resource, version int64) error {
74 schemaManager := schema.GetManager()

Callers 2

BeginMethod · 0.85
BeginTxMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected