()
| 3537 | } |
| 3538 | |
| 3539 | func (m *SchemaUpdate) GetList() bool { |
| 3540 | if m != nil { |
| 3541 | return m.List |
| 3542 | } |
| 3543 | return false |
| 3544 | } |
| 3545 | |
| 3546 | func (m *SchemaUpdate) GetUpsert() bool { |
| 3547 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected