Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gokcehan/lf
/ preChdir
Function
preChdir
eval.go:642–646 ·
view source on GitHub ↗
(app *app)
Source
from the content-addressed store, hash-verified
640
}
641
642
func
preChdir(app *app) {
643
if
cmd, ok := gOpts.cmds[
"pre-cd"
]; ok {
644
cmd.eval(app, nil)
645
}
646
}
647
648
func
onChdir(app *app) {
649
app.nav.addJumpList()
Callers
2
cd
Function · 0.85
eval
Method · 0.85
Calls
1
eval
Method · 0.65
Tested by
no test coverage detected