MCPcopy Create free account
hub / github.com/gokcehan/lf / onChdir

Function onChdir

eval.go:648–653  ·  view source on GitHub ↗
(app *app)

Source from the content-addressed store, hash-verified

646}
647
648func onChdir(app *app) {
649 app.nav.addJumpList()
650 if cmd, ok := gOpts.cmds["on-cd"]; ok {
651 cmd.eval(app, nil)
652 }
653}
654
655func onLoad(app *app, files []string) {
656 if cmd, ok := gOpts.cmds["on-load"]; ok {

Callers 2

cdFunction · 0.85
evalMethod · 0.85

Calls 2

addJumpListMethod · 0.80
evalMethod · 0.65

Tested by

no test coverage detected