()
| 3558 | } |
| 3559 | |
| 3560 | func (m *SchemaUpdate) GetNonNullable() bool { |
| 3561 | if m != nil { |
| 3562 | return m.NonNullable |
| 3563 | } |
| 3564 | return false |
| 3565 | } |
| 3566 | |
| 3567 | func (m *SchemaUpdate) GetNonNullableList() bool { |
| 3568 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected