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

Method QueryFile

ent/directlink.go:152–154  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

150
151// QueryFile queries the "file" edge of the DirectLink entity.
152func (dl *DirectLink) QueryFile() *FileQuery {
153 return NewDirectLinkClient(dl.config).QueryFile(dl)
154}
155
156// Update returns a builder for updating this DirectLink.
157// Note that you need to call DirectLink.Unwrap() before calling this method if this DirectLink

Callers

nothing calls this directly

Calls 1

NewDirectLinkClientFunction · 0.70

Tested by

no test coverage detected