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

Method Mutation

ent/metadata_update.go:347–349  ·  view source on GitHub ↗

Mutation returns the MetadataMutation object of the builder.

()

Source from the content-addressed store, hash-verified

345
346// Mutation returns the MetadataMutation object of the builder.
347func (muo *MetadataUpdateOne) Mutation() *MetadataMutation {
348 return muo.mutation
349}
350
351// ClearFile clears the "file" edge to the File entity.
352func (muo *MetadataUpdateOne) ClearFile() *MetadataUpdateOne {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected