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

Method QueryFile

ent/metadata.go:154–156  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

NewMetadataClientFunction · 0.85

Tested by

no test coverage detected