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

Method Size

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

Source from the content-addressed store, hash-verified

105}
106
107func (me MapEntry) Size() int {
108 return len(me)
109}
110
111func (me MapEntry) Uid() uint64 {
112 return binary.BigEndian.Uint64(me[0:8])

Callers 8

proposeAndWaitMethod · 0.45
toListMethod · 0.45
treeSizeFunction · 0.45
mapEntrySizeFunction · 0.45
marshalMapEntryFunction · 0.45
historyFunction · 0.45
printEntryFunction · 0.45
copyFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected