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

Method Mutation

ent/node_update.go:564–566  ·  view source on GitHub ↗

Mutation returns the NodeMutation object of the builder.

()

Source from the content-addressed store, hash-verified

562
563// Mutation returns the NodeMutation object of the builder.
564func (nuo *NodeUpdateOne) Mutation() *NodeMutation {
565 return nuo.mutation
566}
567
568// ClearStoragePolicy clears all "storage_policy" edges to the StoragePolicy entity.
569func (nuo *NodeUpdateOne) ClearStoragePolicy() *NodeUpdateOne {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected