MCPcopy
hub / github.com/rclone/rclone / realOsFile

Struct realOsFile

vfs/vfstest/os.go:34–36  ·  view source on GitHub ↗

realOsFile is an implementation of vfs.Handle

Source from the content-addressed store, hash-verified

32
33// realOsFile is an implementation of vfs.Handle
34type realOsFile struct {
35 *os.File
36}
37
38// Flush
39func (f realOsFile) Flush() error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected