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

Method OpenFile

worker/export.go:441–441  ·  view source on GitHub ↗
(relativePath string)

Source from the content-addressed store, hash-verified

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

Callers 15

initCmdsFunction · 0.65
getFileWriterFunction · 0.65
safeCreateFunction · 0.65
newErrorLoggerFunction · 0.65
openOutputFileMethod · 0.65
runFunction · 0.65
runFunction · 0.65
TestDecryptFunction · 0.65
WriteFileSyncFunction · 0.65
WriteGroupIdFileFunction · 0.65
openMethod · 0.65

Implementers 2

localExportStorageworker/export.go
remoteExportStorageworker/export.go

Calls

no outgoing calls

Tested by 2

TestDecryptFunction · 0.52