()
| 3746 | } |
| 3747 | |
| 3748 | func (x *SchemaNode) GetTokenizer() []string { |
| 3749 | if x != nil { |
| 3750 | return x.Tokenizer |
| 3751 | } |
| 3752 | return nil |
| 3753 | } |
| 3754 | |
| 3755 | func (x *SchemaNode) GetReverse() bool { |
| 3756 | if x != nil { |
no outgoing calls
no test coverage detected