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

Method QueryFile

ent/share.go:217–219  ·  view source on GitHub ↗

QueryFile queries the "file" edge of the Share entity.

()

Source from the content-addressed store, hash-verified

215
216// QueryFile queries the "file" edge of the Share entity.
217func (s *Share) QueryFile() *FileQuery {
218 return NewShareClient(s.config).QueryFile(s)
219}
220
221// Update returns a builder for updating this Share.
222// Note that you need to call Share.Unwrap() before calling this method if this Share

Callers

nothing calls this directly

Calls 1

NewShareClientFunction · 0.70

Tested by

no test coverage detected