MCPcopy
hub / github.com/perkeep/perkeep / writableFile

Struct writableFile

pkg/blobserver/sftp/sftp.go:410–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408}
409
410type writableFile struct {
411 io.WriteCloser
412 name string
413}
414
415func (f writableFile) Name() string { return f.name }
416func (f writableFile) Sync() error { return nil } // TODO: send fsync

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected