src.elv.sh/pkg/eval.dirHistoryEntry.Score (field)

10 uses

	src.elv.sh/pkg/eval (current package)
		builtin_fn_fs.go#L108: 		out <- dirHistoryEntry{dir.Path, dir.Score}

	src.elv.sh/pkg/cli/mode
		location.go#L67: 			dirs = append(dirs, store.Dir{Score: pinnedScore, Path: s})
		location.go#L169: 		showScore(l.dirs[i].Score), fsutil.TildeAbbr(l.dirs[i].Path)))

	src.elv.sh/pkg/store
		dir.go#L85: 				Score: unmarshalScore(v),
		dir.go#L101: 	return dl[i].Score < dl[j].Score
		store.go#L36: 	Score float64

	src.elv.sh/pkg/store/storetest
		dir.go#L16: 			Score: store.DirScoreIncrement*store.DirScoreDecay*store.DirScoreDecay + store.DirScoreIncrement,
		dir.go#L20: 			Score: store.DirScoreIncrement * store.DirScoreDecay,
		dir.go#L27: 			Score: store.DirScoreIncrement * store.DirScoreDecay,