Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dgraph-io/dgraph
/ Data
Method
Data
worker/restore_map.go:130–133 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
128
return
me[2 : 2+sz]
129
}
130
func
(me mapEntry) Data() []byte {
131
sz := binary.BigEndian.Uint16(me[0:2])
132
return
me[2+sz:]
133
}
134
135
type
mapper
struct
{
136
once sync.Once
Callers
2
getNode
Method · 0.80
process
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected