MCPcopy
hub / github.com/Wei-Shaw/sub2api / Value

Method Value

backend/ent/paymentauditlog.go:104–106  ·  view source on GitHub ↗

Value returns the ent.Value that was dynamically selected and assigned to the PaymentAuditLog. This includes values selected through modifiers, order, etc.

(name string)

Source from the content-addressed store, hash-verified

102// Value returns the ent.Value that was dynamically selected and assigned to the PaymentAuditLog.
103// This includes values selected through modifiers, order, etc.
104func (_m *PaymentAuditLog) Value(name string) (ent.Value, error) {
105 return _m.selectValues.Get(name)
106}
107
108// Update returns a builder for updating this PaymentAuditLog.
109// Note that you need to call PaymentAuditLog.Unwrap() before calling this method if this PaymentAuditLog

Callers

nothing calls this directly

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected