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

Method GetIndex

bitmap/pb.pb.go:3352–3357  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3350}
3351
3352func (m *SchemaNode) GetIndex() bool {
3353 if m != nil {
3354 return m.Index
3355 }
3356 return false
3357}
3358
3359func (m *SchemaNode) GetTokenizer() []string {
3360 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected