Mutation returns the NodeMutation object of the builder.
()
| 195 | |
| 196 | // Mutation returns the NodeMutation object of the builder. |
| 197 | func (nu *NodeUpdate) Mutation() *NodeMutation { |
| 198 | return nu.mutation |
| 199 | } |
| 200 | |
| 201 | // ClearStoragePolicy clears all "storage_policy" edges to the StoragePolicy entity. |
| 202 | func (nu *NodeUpdate) ClearStoragePolicy() *NodeUpdate { |
nothing calls this directly
no outgoing calls
no test coverage detected