(sourcePath, destPath string)
| 22 | ReadFile(filePath string) ([]byte, error) |
| 23 | DeleteFile(filePath string) error |
| 24 | CopyFile(sourcePath, destPath string) error |
| 25 | |
| 26 | SearchFiles(sourceDir string, excludeDirs []string, searchFile string) ([]string, error) |
| 27 | SearchFileExtensions(sourceDir string, excludeDirs []string, extension string) ([]string, error) |
nothing calls this directly
no outgoing calls
no test coverage detected