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

Method Order

ent/oauthclient_query.go:58–61  ·  view source on GitHub ↗

Order specifies how the records should be ordered.

(o ...oauthclient.OrderOption)

Source from the content-addressed store, hash-verified

56
57// Order specifies how the records should be ordered.
58func (ocq *OAuthClientQuery) Order(o ...oauthclient.OrderOption) *OAuthClientQuery {
59 ocq.order = append(ocq.order, o...)
60 return ocq
61}
62
63// QueryGrants chains the current query on the "grants" edge.
64func (ocq *OAuthClientQuery) QueryGrants() *OAuthGrantQuery {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected