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

Method Mutation

ent/user_update.go:1367–1369  ·  view source on GitHub ↗

Mutation returns the UserMutation object of the builder.

()

Source from the content-addressed store, hash-verified

1365
1366// Mutation returns the UserMutation object of the builder.
1367func (uuo *UserUpdateOne) Mutation() *UserMutation {
1368 return uuo.mutation
1369}
1370
1371// ClearGroup clears the "group" edge to the Group entity.
1372func (uuo *UserUpdateOne) ClearGroup() *UserUpdateOne {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected