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

Method GetList

bitmap/pb.pb.go:3380–3385  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3378}
3379
3380func (m *SchemaNode) GetList() bool {
3381 if m != nil {
3382 return m.List
3383 }
3384 return false
3385}
3386
3387func (m *SchemaNode) GetUpsert() bool {
3388 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected