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

Method QueryEntities

ent/storagepolicy.go:267–269  ·  view source on GitHub ↗

QueryEntities queries the "entities" edge of the StoragePolicy entity.

()

Source from the content-addressed store, hash-verified

265
266// QueryEntities queries the "entities" edge of the StoragePolicy entity.
267func (sp *StoragePolicy) QueryEntities() *EntityQuery {
268 return NewStoragePolicyClient(sp.config).QueryEntities(sp)
269}
270
271// QueryNode queries the "node" edge of the StoragePolicy entity.
272func (sp *StoragePolicy) QueryNode() *NodeQuery {

Callers

nothing calls this directly

Calls 1

NewStoragePolicyClientFunction · 0.70

Tested by

no test coverage detected