()
| 3350 | } |
| 3351 | |
| 3352 | func (m *SchemaNode) GetIndex() bool { |
| 3353 | if m != nil { |
| 3354 | return m.Index |
| 3355 | } |
| 3356 | return false |
| 3357 | } |
| 3358 | |
| 3359 | func (m *SchemaNode) GetTokenizer() []string { |
| 3360 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected