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

Method GetSchema

bitmap/pb.pb.go:3446–3451  ·  view source on GitHub ↗

Deprecated: Do not use.

()

Source from the content-addressed store, hash-verified

3444
3445// Deprecated: Do not use.
3446func (m *SchemaResult) GetSchema() []*SchemaNode {
3447 if m != nil {
3448 return m.Schema
3449 }
3450 return nil
3451}
3452
3453type SchemaUpdate struct {
3454 Predicate string `protobuf:"bytes,1,opt,name=predicate,proto3" json:"predicate,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected