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

Method Mutation

ent/task_update.go:423–425  ·  view source on GitHub ↗

Mutation returns the TaskMutation object of the builder.

()

Source from the content-addressed store, hash-verified

421
422// Mutation returns the TaskMutation object of the builder.
423func (tuo *TaskUpdateOne) Mutation() *TaskMutation {
424 return tuo.mutation
425}
426
427// ClearUser clears the "user" edge to the User entity.
428func (tuo *TaskUpdateOne) ClearUser() *TaskUpdateOne {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected