src.elv.sh/pkg/cli/mode.LocationSpec.IterateHidden (field)

4 uses

	src.elv.sh/pkg/cli/mode (current package)
		location.go#L35: 	IterateHidden func(func(string))
		location.go#L70: 	if cfg.IterateHidden != nil {
		location.go#L71: 		cfg.IterateHidden(func(s string) { blacklist[s] = struct{}{} })

	src.elv.sh/pkg/edit
		listing.go#L118: 				IterateHidden:     adaptToIterateString(hiddenVar),