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

Method Mutation

ent/fsevent_create.go:115–117  ·  view source on GitHub ↗

Mutation returns the FsEventMutation object of the builder.

()

Source from the content-addressed store, hash-verified

113
114// Mutation returns the FsEventMutation object of the builder.
115func (fec *FsEventCreate) Mutation() *FsEventMutation {
116 return fec.mutation
117}
118
119// Save creates the FsEvent in the database.
120func (fec *FsEventCreate) Save(ctx context.Context) (*FsEvent, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected