()
| 3530 | } |
| 3531 | |
| 3532 | func (m *SchemaUpdate) GetCount() bool { |
| 3533 | if m != nil { |
| 3534 | return m.Count |
| 3535 | } |
| 3536 | return false |
| 3537 | } |
| 3538 | |
| 3539 | func (m *SchemaUpdate) GetList() bool { |
| 3540 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected