Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3008
func
(x *Posting) GetValue() []byte {
3009
if
x != nil {
3010
return
x.Value
3011
}
3012
return
nil
3013
}
3014
3015
func
(x *Posting) GetValType() Posting_ValType {
3016
if
x != nil {
Callers
3
validateMutation
Function · 0.45
addIndexMapEntries
Method · 0.45
newAdminResolver
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected