MCPcopy Create free account
hub / github.com/nikivdev/go / shouldSkipSymlinkDir

Function shouldSkipSymlinkDir

main.go:802–805  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

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

Callers 1

gatherSymlinkOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected