MCPcopy
hub / github.com/kovidgoyal/kitty / Walk_callback

FuncType Walk_callback

tools/utils/paths.go:217–217  ·  view source on GitHub ↗
func(path, abspath string, d fs.DirEntry, err error) error

Source from the content-addressed store, hash-verified

215})
216
217type Walk_callback func(path, abspath string, d fs.DirEntry, err error) error
218
219func transform_symlink(path string) string {
220 if q, err := filepath.EvalSymlinks(path); err == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected