MCPcopy Index your code
hub / github.com/cloudreve/cloudreve / QueryFiles

Method QueryFiles

ent/user.go:291–293  ·  view source on GitHub ↗

QueryFiles queries the "files" edge of the User entity.

()

Source from the content-addressed store, hash-verified

289
290// QueryFiles queries the "files" edge of the User entity.
291func (u *User) QueryFiles() *FileQuery {
292 return NewUserClient(u.config).QueryFiles(u)
293}
294
295// QueryDavAccounts queries the "dav_accounts" edge of the User entity.
296func (u *User) QueryDavAccounts() *DavAccountQuery {

Callers 1

RootMethod · 0.45

Calls 1

NewUserClientFunction · 0.70

Tested by

no test coverage detected