MCPcopy
hub / github.com/harness/harness / fileWriter

Struct fileWriter

registry/app/driver/filesystem/driver.go:382–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382type fileWriter struct {
383 file *os.File
384 size int64
385 bw *bufio.Writer
386 closed bool
387 committed bool
388 cancelled bool
389}
390
391func newFileWriter(file *os.File, size int64) *fileWriter {
392 return &fileWriter{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected