func(path, abspath string, d fs.DirEntry, err error) error
| 215 | }) |
| 216 | |
| 217 | type Walk_callback func(path, abspath string, d fs.DirEntry, err error) error |
| 218 | |
| 219 | func transform_symlink(path string) string { |
| 220 | if q, err := filepath.EvalSymlinks(path); err == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected