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

Method QueryEntities

ent/file.go:302–304  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

300
301// QueryEntities queries the "entities" edge of the File entity.
302func (f *File) QueryEntities() *EntityQuery {
303 return NewFileClient(f.config).QueryEntities(f)
304}
305
306// QueryShares queries the "shares" edge of the File entity.
307func (f *File) QueryShares() *ShareQuery {

Callers

nothing calls this directly

Calls 1

NewFileClientFunction · 0.70

Tested by

no test coverage detected