Save writes content to the target path and returns a SaveResult. The default implementation validates via SafeOutputPath, creates parent directories, and writes atomically.
(path string, opts SaveOptions, body io.Reader)
| 40 | // The default implementation validates via SafeOutputPath, creates |
| 41 | // parent directories, and writes atomically. |
| 42 | Save(path string, opts SaveOptions, body io.Reader) (SaveResult, error) |
| 43 | } |
| 44 | |
| 45 | // FileInfo is a minimal subset of os.FileInfo covering actual CLI usage. |
no outgoing calls