Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
440
type
ExportStorage
interface
{
441
OpenFile(relativePath string) (*ExportWriter, error)
442
FinishWriting(w *Writers) (ExportedFiles, error)
443
}
444
445
type
localExportStorage
struct
{
Callers
3
exportInternal
Function · 0.95
runExportBackup
Function · 0.95
FinishWriting
Method · 0.65
Implementers
2
localExportStorage
worker/export.go
remoteExportStorage
worker/export.go
Calls
no outgoing calls
Tested by
no test coverage detected