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

Method Order

ent/fsevent_query.go:57–60  ·  view source on GitHub ↗

Order specifies how the records should be ordered.

(o ...fsevent.OrderOption)

Source from the content-addressed store, hash-verified

55
56// Order specifies how the records should be ordered.
57func (feq *FsEventQuery) Order(o ...fsevent.OrderOption) *FsEventQuery {
58 feq.order = append(feq.order, o...)
59 return feq
60}
61
62// QueryUser chains the current query on the "user" edge.
63func (feq *FsEventQuery) QueryUser() *UserQuery {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected