MCPcopy 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
111func (me MapEntry) Uid() uint64 {
112 return binary.BigEndian.Uint64(me[0:8])
113}
114
115func (me MapEntry) Key() []byte {
116 sz := binary.BigEndian.Uint32(me[8:12])

Callers 2

toListMethod · 0.45
lessFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected