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

Function normal

eval.go:799–809  ·  view source on GitHub ↗
(app *app)

Source from the content-addressed store, hash-verified

797}
798
799func normal(app *app) {
800 resetIncCmd(app)
801 exitCompMenu(app)
802
803 app.cmdHistoryInd = 0
804 app.cmdHistoryInput = nil
805
806 app.ui.cmdAccLeft = ""
807 app.ui.cmdAccRight = ""
808 app.ui.cmdPrefix = ""
809}
810
811func insert(app *app, arg string) {
812 switch {

Callers 3

insertFunction · 0.85
evalMethod · 0.85
runShellMethod · 0.85

Calls 2

resetIncCmdFunction · 0.85
exitCompMenuFunction · 0.85

Tested by

no test coverage detected