Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
440
type
ExportStorage
interface
{
441
OpenFile(relativePath string) (*ExportWriter, error)
442
FinishWriting(w *Writers) (ExportedFiles, error)
443
}
444
Callers
15
initCmds
Function · 0.65
getFileWriter
Function · 0.65
safeCreate
Function · 0.65
newErrorLogger
Function · 0.65
openOutputFile
Method · 0.65
run
Function · 0.65
run
Function · 0.65
TestDecrypt
Function · 0.65
TestLogWriterWithEncryption
Function · 0.65
WriteFileSync
Function · 0.65
WriteGroupIdFile
Function · 0.65
open
Method · 0.65
Implementers
2
localExportStorage
worker/export.go
remoteExportStorage
worker/export.go
Calls
no outgoing calls
Tested by
2
TestDecrypt
Function · 0.52
TestLogWriterWithEncryption
Function · 0.52