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

Method GetList

bitmap/pb.pb.go:3539–3544  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3537}
3538
3539func (m *SchemaUpdate) GetList() bool {
3540 if m != nil {
3541 return m.List
3542 }
3543 return false
3544}
3545
3546func (m *SchemaUpdate) GetUpsert() bool {
3547 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected