()
| 3544 | } |
| 3545 | |
| 3546 | func (m *SchemaUpdate) GetUpsert() bool { |
| 3547 | if m != nil { |
| 3548 | return m.Upsert |
| 3549 | } |
| 3550 | return false |
| 3551 | } |
| 3552 | |
| 3553 | func (m *SchemaUpdate) GetLang() bool { |
| 3554 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected