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

Method Value

backend/ent/proxy.go:215–217  ·  view source on GitHub ↗

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

(name string)

Source from the content-addressed store, hash-verified

213// Value returns the ent.Value that was dynamically selected and assigned to the Proxy.
214// This includes values selected through modifiers, order, etc.
215func (_m *Proxy) Value(name string) (ent.Value, error) {
216 return _m.selectValues.Get(name)
217}
218
219// QueryAccounts queries the "accounts" edge of the Proxy entity.
220func (_m *Proxy) QueryAccounts() *AccountQuery {

Callers

nothing calls this directly

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected