Method
Save
(path string, opts fileio.SaveOptions, body io.Reader)
Source from the content-addressed store, hash-verified
| 829 | func (f *statErrorFileIO) ResolvePath(path string) (string, error) { return f.inner.ResolvePath(path) } |
| 830 | |
| 831 | func (f *statErrorFileIO) Save(path string, opts fileio.SaveOptions, body io.Reader) (fileio.SaveResult, error) { |
| 832 | return f.inner.Save(path, opts, body) |
| 833 | } |
| 834 | |
| 835 | // String implements fmt.Stringer for scalar helper tests. |
| 836 | func (s drivePreviewTestStringer) String() string { return string(s) } |
Callers
nothing calls this directly
Tested by
no test coverage detected