Int32ToString returns the value of the "int32_to_string" field in the mutation.
()
| 1292 | |
| 1293 | // Int32ToString returns the value of the "int32_to_string" field in the mutation. |
| 1294 | func (m *ConversionMutation) Int32ToString() (r string, exists bool) { |
| 1295 | v := m.int32_to_string |
| 1296 | if v == nil { |
| 1297 | return |
| 1298 | } |
| 1299 | return *v, true |
| 1300 | } |
| 1301 | |
| 1302 | // OldInt32ToString returns the old "int32_to_string" field's value of the Conversion entity. |
| 1303 | // If the Conversion object wasn't provided to the builder, the object is fetched from the database. |
no outgoing calls
no test coverage detected