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

Method GetLang

bitmap/pb.pb.go:3394–3399  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3392}
3393
3394func (m *SchemaNode) GetLang() bool {
3395 if m != nil {
3396 return m.Lang
3397 }
3398 return false
3399}
3400
3401func (m *SchemaNode) GetNoConflict() bool {
3402 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected