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

Method QueryMetadata

ent/file.go:297–299  ·  view source on GitHub ↗

QueryMetadata queries the "metadata" edge of the File entity.

()

Source from the content-addressed store, hash-verified

295
296// QueryMetadata queries the "metadata" edge of the File entity.
297func (f *File) QueryMetadata() *MetadataQuery {
298 return NewFileClient(f.config).QueryMetadata(f)
299}
300
301// QueryEntities queries the "entities" edge of the File entity.
302func (f *File) QueryEntities() *EntityQuery {

Callers

nothing calls this directly

Calls 2

NewFileClientFunction · 0.70
QueryMetadataMethod · 0.65

Tested by

no test coverage detected