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

Method Mutation

ent/node_update.go:197–199  ·  view source on GitHub ↗

Mutation returns the NodeMutation object of the builder.

()

Source from the content-addressed store, hash-verified

195
196// Mutation returns the NodeMutation object of the builder.
197func (nu *NodeUpdate) Mutation() *NodeMutation {
198 return nu.mutation
199}
200
201// ClearStoragePolicy clears all "storage_policy" edges to the StoragePolicy entity.
202func (nu *NodeUpdate) ClearStoragePolicy() *NodeUpdate {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected