MachineId returns the value of the "machineId" field in the mutation.
()
| 9050 | |
| 9051 | // MachineId returns the value of the "machineId" field in the mutation. |
| 9052 | func (m *MachineMutation) MachineId() (r string, exists bool) { |
| 9053 | v := m.machineId |
| 9054 | if v == nil { |
| 9055 | return |
| 9056 | } |
| 9057 | return *v, true |
| 9058 | } |
| 9059 | |
| 9060 | // OldMachineId returns the old "machineId" field's value of the Machine entity. |
| 9061 | // If the Machine object wasn't provided to the builder, the object is fetched from the database. |
no outgoing calls
no test coverage detected