(name string)
| 800 | } |
| 801 | |
| 802 | func shouldSkipSymlinkDir(name string) bool { |
| 803 | _, skip := symlinkSkipDirectories[name] |
| 804 | return skip |
| 805 | } |
| 806 | |
| 807 | func promptCustomSymlinkPath(out io.Writer, in io.Reader) (string, error) { |
| 808 | reader := bufio.NewReader(in) |
no outgoing calls
no test coverage detected