()
| 3516 | } |
| 3517 | |
| 3518 | func (m *SchemaUpdate) GetDirective() SchemaUpdate_Directive { |
| 3519 | if m != nil { |
| 3520 | return m.Directive |
| 3521 | } |
| 3522 | return SchemaUpdate_NONE |
| 3523 | } |
| 3524 | |
| 3525 | func (m *SchemaUpdate) GetTokenizer() []string { |
| 3526 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected