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

Method QueryUser

ent/fsevent.go:147–149  ·  view source on GitHub ↗

QueryUser queries the "user" edge of the FsEvent entity.

()

Source from the content-addressed store, hash-verified

145
146// QueryUser queries the "user" edge of the FsEvent entity.
147func (fe *FsEvent) QueryUser() *UserQuery {
148 return NewFsEventClient(fe.config).QueryUser(fe)
149}
150
151// Update returns a builder for updating this FsEvent.
152// Note that you need to call FsEvent.Unwrap() before calling this method if this FsEvent

Callers

nothing calls this directly

Calls 1

NewFsEventClientFunction · 0.70

Tested by

no test coverage detected