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

Method GetSchemaMap

bitmap/pb.pb.go:5042–5047  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5040}
5041
5042func (m *BulkMeta) GetSchemaMap() map[string]*SchemaUpdate {
5043 if m != nil {
5044 return m.SchemaMap
5045 }
5046 return nil
5047}
5048
5049func init() {
5050 proto.RegisterEnum("pb.DirectedEdge_Op", DirectedEdge_Op_name, DirectedEdge_Op_value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected