()
| 3928 | } |
| 3929 | |
| 3930 | func (x *SchemaUpdate) GetDirective() SchemaUpdate_Directive { |
| 3931 | if x != nil { |
| 3932 | return x.Directive |
| 3933 | } |
| 3934 | return SchemaUpdate_NONE |
| 3935 | } |
| 3936 | |
| 3937 | func (x *SchemaUpdate) GetTokenizer() []string { |
| 3938 | if x != nil { |
no outgoing calls
no test coverage detected