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

Method QueryUsers

ent/group.go:188–190  ·  view source on GitHub ↗

QueryUsers queries the "users" edge of the Group entity.

()

Source from the content-addressed store, hash-verified

186
187// QueryUsers queries the "users" edge of the Group entity.
188func (gr *Group) QueryUsers() *UserQuery {
189 return NewGroupClient(gr.config).QueryUsers(gr)
190}
191
192// QueryStoragePolicies queries the "storage_policies" edge of the Group entity.
193func (gr *Group) QueryStoragePolicies() *StoragePolicyQuery {

Callers 1

CountUsersMethod · 0.45

Calls 1

NewGroupClientFunction · 0.70

Tested by

no test coverage detected