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

Method GetMetadata

bitmap/pb.pb.go:2058–2063  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2056}
2057
2058func (m *Mutations) GetMetadata() *Metadata {
2059 if m != nil {
2060 return m.Metadata
2061 }
2062 return nil
2063}
2064
2065type Metadata struct {
2066 // Map of predicates to their hints.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected