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

Method GetNonNullable

bitmap/pb.pb.go:3560–3565  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3558}
3559
3560func (m *SchemaUpdate) GetNonNullable() bool {
3561 if m != nil {
3562 return m.NonNullable
3563 }
3564 return false
3565}
3566
3567func (m *SchemaUpdate) GetNonNullableList() bool {
3568 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected