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

Method Value

backend/ent/authidentity.go:189–191  ·  view source on GitHub ↗

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

(name string)

Source from the content-addressed store, hash-verified

187// Value returns the ent.Value that was dynamically selected and assigned to the AuthIdentity.
188// This includes values selected through modifiers, order, etc.
189func (_m *AuthIdentity) Value(name string) (ent.Value, error) {
190 return _m.selectValues.Get(name)
191}
192
193// QueryUser queries the "user" edge of the AuthIdentity entity.
194func (_m *AuthIdentity) QueryUser() *UserQuery {

Callers

nothing calls this directly

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected