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

Function exitCompMenu

eval.go:1022–1026  ·  view source on GitHub ↗
(app *app)

Source from the content-addressed store, hash-verified

1020}
1021
1022func exitCompMenu(app *app) {
1023 app.ui.menu = ""
1024 app.ui.menuSelect = nil
1025 app.menuCompActive = false
1026}
1027
1028func (e *callExpr) eval(app *app, _ []string) {
1029 os.Setenv("lf_count", strconv.Itoa(e.count))

Callers 4

updateFunction · 0.85
normalFunction · 0.85
insertFunction · 0.85
evalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected