Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgraph-io/dgraph
/ Uid
Method
Uid
dgraph/cmd/bulk/mapper.go:111–113 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
109
}
110
111
func
(me MapEntry) Uid() uint64 {
112
return
binary.BigEndian.Uint64(me[0:8])
113
}
114
115
func
(me MapEntry) Key() []byte {
116
sz := binary.BigEndian.Uint32(me[8:12])
Callers
2
toList
Method · 0.45
less
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected