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

Method QueryEntities

ent/user.go:321–323  ·  view source on GitHub ↗

QueryEntities queries the "entities" edge of the User entity.

()

Source from the content-addressed store, hash-verified

319
320// QueryEntities queries the "entities" edge of the User entity.
321func (u *User) QueryEntities() *EntityQuery {
322 return NewUserClient(u.config).QueryEntities(u)
323}
324
325// QueryOauthGrants queries the "oauth_grants" edge of the User entity.
326func (u *User) QueryOauthGrants() *OAuthGrantQuery {

Callers

nothing calls this directly

Calls 1

NewUserClientFunction · 0.70

Tested by

no test coverage detected