Mutation returns the NodeMutation object of the builder.
()
| 562 | |
| 563 | // Mutation returns the NodeMutation object of the builder. |
| 564 | func (nuo *NodeUpdateOne) Mutation() *NodeMutation { |
| 565 | return nuo.mutation |
| 566 | } |
| 567 | |
| 568 | // ClearStoragePolicy clears all "storage_policy" edges to the StoragePolicy entity. |
| 569 | func (nuo *NodeUpdateOne) ClearStoragePolicy() *NodeUpdateOne { |
nothing calls this directly
no outgoing calls
no test coverage detected