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

Struct fileSyncer

worker/backup_handler.go:183–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183type fileSyncer struct {
184 fp *os.File
185}
186
187func (fs *fileSyncer) Write(p []byte) (n int, err error) { return fs.fp.Write(p) }
188func (fs *fileSyncer) Close() error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected