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

Method Mutation

ent/task_update.go:153–155  ·  view source on GitHub ↗

Mutation returns the TaskMutation object of the builder.

()

Source from the content-addressed store, hash-verified

151
152// Mutation returns the TaskMutation object of the builder.
153func (tu *TaskUpdate) Mutation() *TaskMutation {
154 return tu.mutation
155}
156
157// ClearUser clears the "user" edge to the User entity.
158func (tu *TaskUpdate) ClearUser() *TaskUpdate {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected