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

Method QueryGroup

ent/user.go:286–288  ·  view source on GitHub ↗

QueryGroup queries the "group" edge of the User entity.

()

Source from the content-addressed store, hash-verified

284
285// QueryGroup queries the "group" edge of the User entity.
286func (u *User) QueryGroup() *GroupQuery {
287 return NewUserClient(u.config).QueryGroup(u)
288}
289
290// QueryFiles queries the "files" edge of the User entity.
291func (u *User) QueryFiles() *FileQuery {

Callers

nothing calls this directly

Calls 1

NewUserClientFunction · 0.70

Tested by

no test coverage detected