Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
107
func
(me MapEntry) Size() int {
108
return
len(me)
109
}
110
111
func
(me MapEntry) Uid() uint64 {
112
return
binary.BigEndian.Uint64(me[0:8])
Callers
8
proposeAndWait
Method · 0.45
toList
Method · 0.45
treeSize
Function · 0.45
mapEntrySize
Function · 0.45
marshalMapEntry
Function · 0.45
history
Function · 0.45
printEntry
Function · 0.45
copyFile
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected