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

Method AddFseventIDs

ent/user_create.go:258–261  ·  view source on GitHub ↗

AddFseventIDs adds the "fsevents" edge to the FsEvent entity by IDs.

(ids ...int)

Source from the content-addressed store, hash-verified

256
257// AddFseventIDs adds the "fsevents" edge to the FsEvent entity by IDs.
258func (uc *UserCreate) AddFseventIDs(ids ...int) *UserCreate {
259 uc.mutation.AddFseventIDs(ids...)
260 return uc
261}
262
263// AddFsevents adds the "fsevents" edges to the FsEvent entity.
264func (uc *UserCreate) AddFsevents(f ...*FsEvent) *UserCreate {

Callers 1

AddFseventsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected