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

Method QueryUser

ent/share.go:212–214  ·  view source on GitHub ↗

QueryUser queries the "user" edge of the Share entity.

()

Source from the content-addressed store, hash-verified

210
211// QueryUser queries the "user" edge of the Share entity.
212func (s *Share) QueryUser() *UserQuery {
213 return NewShareClient(s.config).QueryUser(s)
214}
215
216// QueryFile queries the "file" edge of the Share entity.
217func (s *Share) QueryFile() *FileQuery {

Callers

nothing calls this directly

Calls 1

NewShareClientFunction · 0.70

Tested by

no test coverage detected