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

Method Key

dgraph/cmd/bulk/mapper.go:115–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113}
114
115func (me MapEntry) Key() []byte {
116 sz := binary.BigEndian.Uint32(me[8:12])
117 return me[16 : 16+sz]
118}
119
120func (me MapEntry) Plist() []byte {
121 ksz := binary.BigEndian.Uint32(me[8:12])

Callers 12

getPredicatesMethod · 0.45
NextMethod · 0.45
bufferStatsFunction · 0.45
toListMethod · 0.45
lessFunction · 0.45
writeMapEntriesToFileMethod · 0.45
uidToValFunction · 0.45
showAllPostingsAtFunction · 0.45
historyFunction · 0.45
lookupFunction · 0.45
printKeysFunction · 0.45
sizeHistogramFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected