MCPcopy Create free account
hub / github.com/dgraph-io/dgraph / FinishWriting

Method FinishWriting

worker/export.go:442–442  ·  view source on GitHub ↗
(w *Writers)

Source from the content-addressed store, hash-verified

440type ExportStorage interface {
441 OpenFile(relativePath string) (*ExportWriter, error)
442 FinishWriting(w *Writers) (ExportedFiles, error)
443}
444
445type localExportStorage struct {

Callers 3

exportInternalFunction · 0.95
runExportBackupFunction · 0.95
FinishWritingMethod · 0.65

Implementers 2

localExportStorageworker/export.go
remoteExportStorageworker/export.go

Calls

no outgoing calls

Tested by

no test coverage detected