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

Method QueryFiles

ent/storagepolicy.go:262–264  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

260
261// QueryFiles queries the "files" edge of the StoragePolicy entity.
262func (sp *StoragePolicy) QueryFiles() *FileQuery {
263 return NewStoragePolicyClient(sp.config).QueryFiles(sp)
264}
265
266// QueryEntities queries the "entities" edge of the StoragePolicy entity.
267func (sp *StoragePolicy) QueryEntities() *EntityQuery {

Callers

nothing calls this directly

Calls 1

NewStoragePolicyClientFunction · 0.70

Tested by

no test coverage detected