MCPcopy
hub / github.com/apache/devlake / DalgormTransaction

Struct DalgormTransaction

backend/impls/dalgorm/dalgorm_transaction.go:29–31  ·  view source on GitHub ↗

DalgormTransaction represents a gorm transaction which using the same underlying session for all queries

Source from the content-addressed store, hash-verified

27// DalgormTransaction represents a gorm transaction which using the same underlying
28// session for all queries
29type DalgormTransaction struct {
30 *Dalgorm
31}
32
33var _ dal.Transaction = (*DalgormTransaction)(nil)
34

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected