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

Method Mutation

ent/share_update.go:599–601  ·  view source on GitHub ↗

Mutation returns the ShareMutation object of the builder.

()

Source from the content-addressed store, hash-verified

597
598// Mutation returns the ShareMutation object of the builder.
599func (suo *ShareUpdateOne) Mutation() *ShareMutation {
600 return suo.mutation
601}
602
603// ClearUser clears the "user" edge to the User entity.
604func (suo *ShareUpdateOne) ClearUser() *ShareUpdateOne {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected