src.elv.sh/pkg/cli/mode.locationList.filter (method)

2 uses

	src.elv.sh/pkg/cli/mode (current package)
		location.go#L114: 			w.ListBox().Reset(l.filter(cfg.Filter.makePredicate(p)), 0)
		location.go#L157: func (l locationList) filter(p func(string) bool) locationList {