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

Method GetUpsert

bitmap/pb.pb.go:3387–3392  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3385}
3386
3387func (m *SchemaNode) GetUpsert() bool {
3388 if m != nil {
3389 return m.Upsert
3390 }
3391 return false
3392}
3393
3394func (m *SchemaNode) GetLang() bool {
3395 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected