MCPcopy
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}
130func (me mapEntry) Data() []byte {
131 sz := binary.BigEndian.Uint16(me[0:2])
132 return me[2+sz:]
133}
134
135type mapper struct {
136 once sync.Once

Callers 2

getNodeMethod · 0.80
processMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected