MCPcopy Create free account
hub / github.com/cloudreve/cloudreve / Order

Method Order

ent/user_query.go:74–77  ·  view source on GitHub ↗

Order specifies how the records should be ordered.

(o ...user.OrderOption)

Source from the content-addressed store, hash-verified

72
73// Order specifies how the records should be ordered.
74func (uq *UserQuery) Order(o ...user.OrderOption) *UserQuery {
75 uq.order = append(uq.order, o...)
76 return uq
77}
78
79// QueryGroup chains the current query on the "group" edge.
80func (uq *UserQuery) QueryGroup() *GroupQuery {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected