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

Method QueryFile

ent/entity.go:221–223  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

219
220// QueryFile queries the "file" edge of the Entity entity.
221func (e *Entity) QueryFile() *FileQuery {
222 return NewEntityClient(e.config).QueryFile(e)
223}
224
225// QueryUser queries the "user" edge of the Entity entity.
226func (e *Entity) QueryUser() *UserQuery {

Callers

nothing calls this directly

Calls 1

NewEntityClientFunction · 0.85

Tested by

no test coverage detected