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

Method eval

eval.go:615–621  ·  view source on GitHub ↗
(app *app, _ []string)

Source from the content-addressed store, hash-verified

613}
614
615func (e *cmapExpr) eval(app *app, _ []string) {
616 if e.expr == nil {
617 delete(gOpts.cmdkeys, e.key)
618 } else {
619 gOpts.cmdkeys[e.key] = e.expr
620 }
621}
622
623func (e *cmdExpr) eval(app *app, _ []string) {
624 if e.expr == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected