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

Method Mutation

ent/metadata_update.go:120–122  ·  view source on GitHub ↗

Mutation returns the MetadataMutation object of the builder.

()

Source from the content-addressed store, hash-verified

118
119// Mutation returns the MetadataMutation object of the builder.
120func (mu *MetadataUpdate) Mutation() *MetadataMutation {
121 return mu.mutation
122}
123
124// ClearFile clears the "file" edge to the File entity.
125func (mu *MetadataUpdate) ClearFile() *MetadataUpdate {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected