()
| 3523 | } |
| 3524 | |
| 3525 | func (m *SchemaUpdate) GetTokenizer() []string { |
| 3526 | if m != nil { |
| 3527 | return m.Tokenizer |
| 3528 | } |
| 3529 | return nil |
| 3530 | } |
| 3531 | |
| 3532 | func (m *SchemaUpdate) GetCount() bool { |
| 3533 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected