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

Method Mutation

ent/share_update.go:220–222  ·  view source on GitHub ↗

Mutation returns the ShareMutation object of the builder.

()

Source from the content-addressed store, hash-verified

218
219// Mutation returns the ShareMutation object of the builder.
220func (su *ShareUpdate) Mutation() *ShareMutation {
221 return su.mutation
222}
223
224// ClearUser clears the "user" edge to the User entity.
225func (su *ShareUpdate) ClearUser() *ShareUpdate {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected