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

Method QueryShares

ent/user.go:301–303  ·  view source on GitHub ↗

QueryShares queries the "shares" edge of the User entity.

()

Source from the content-addressed store, hash-verified

299
300// QueryShares queries the "shares" edge of the User entity.
301func (u *User) QueryShares() *ShareQuery {
302 return NewUserClient(u.config).QueryShares(u)
303}
304
305// QueryPasskey queries the "passkey" edge of the User entity.
306func (u *User) QueryPasskey() *PasskeyQuery {

Callers

nothing calls this directly

Calls 1

NewUserClientFunction · 0.70

Tested by

no test coverage detected