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

Method Order

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

Order specifies how the records should be ordered.

(o ...passkey.OrderOption)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected