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

Method Mutation

ent/user_update.go:348–350  ·  view source on GitHub ↗

Mutation returns the UserMutation object of the builder.

()

Source from the content-addressed store, hash-verified

346
347// Mutation returns the UserMutation object of the builder.
348func (uu *UserUpdate) Mutation() *UserMutation {
349 return uu.mutation
350}
351
352// ClearGroup clears the "group" edge to the Group entity.
353func (uu *UserUpdate) ClearGroup() *UserUpdate {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected