MCPcopy
hub / github.com/dgraph-io/dgraph / GetValue

Method GetValue

protos/pb/pb.pb.go:3008–3013  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3006}
3007
3008func (x *Posting) GetValue() []byte {
3009 if x != nil {
3010 return x.Value
3011 }
3012 return nil
3013}
3014
3015func (x *Posting) GetValType() Posting_ValType {
3016 if x != nil {

Callers 3

validateMutationFunction · 0.45
addIndexMapEntriesMethod · 0.45
newAdminResolverFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected