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

Method Write

worker/snapshot.go:33–33  ·  view source on GitHub ↗
(buf *z.Buffer)

Source from the content-addressed store, hash-verified

31
32type badgerWriter interface {
33 Write(buf *z.Buffer) error
34 Flush() error
35}
36

Callers 15

populateSnapshotMethod · 0.95
BatchAndSendMessagesMethod · 0.65
hashMatchesFunction · 0.65
getHashFunction · 0.65
TestGetHashFunction · 0.65
assignMethod · 0.65
getStateMethod · 0.65
pingResponseMethod · 0.65
FormatMethod · 0.65
startWritingMethod · 0.65
writeSplitListsMethod · 0.65
writeIndexMethod · 0.65

Implementers 1

TxnWriterposting/writer.go

Calls

no outgoing calls

Tested by 8

TestGetHashFunction · 0.52
NodesSetupFunction · 0.52
TestBackupFilesystemFunction · 0.52
BenchmarkGzipFunction · 0.52
Test21MillionDataSetFunction · 0.52
encodeUint64MatrixFunction · 0.52