()
| 3551 | } |
| 3552 | |
| 3553 | func (m *SchemaUpdate) GetLang() bool { |
| 3554 | if m != nil { |
| 3555 | return m.Lang |
| 3556 | } |
| 3557 | return false |
| 3558 | } |
| 3559 | |
| 3560 | func (m *SchemaUpdate) GetNonNullable() bool { |
| 3561 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected