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

Method Order

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

Order specifies how the records should be ordered.

(o ...task.OrderOption)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected