MCPcopy
hub / github.com/ent/ent / Int32ToString

Method Int32ToString

entc/integration/migrate/entv2/mutation.go:1294–1300  ·  view source on GitHub ↗

Int32ToString returns the value of the "int32_to_string" field in the mutation.

()

Source from the content-addressed store, hash-verified

1292
1293// Int32ToString returns the value of the "int32_to_string" field in the mutation.
1294func (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.

Callers 4

FieldMethod · 0.95
createSpecMethod · 0.45
sqlSaveMethod · 0.45
sqlSaveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected