MCPcopy Create free account
hub / github.com/dgraph-io/dgraph-benchmarks / GetTokenizer

Method GetTokenizer

bitmap/pb.pb.go:3359–3364  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3357}
3358
3359func (m *SchemaNode) GetTokenizer() []string {
3360 if m != nil {
3361 return m.Tokenizer
3362 }
3363 return nil
3364}
3365
3366func (m *SchemaNode) GetReverse() bool {
3367 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected