src.elv.sh/pkg/store.Dir.Score (field)
10 uses
src.elv.sh/pkg/store (current package)
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,
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/eval
builtin_fn_fs.go#L108: out <- dirHistoryEntry{dir.Path, dir.Score}
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)