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

Method eval

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

Source from the content-addressed store, hash-verified

605}
606
607func (e *vmapExpr) eval(app *app, _ []string) {
608 if e.expr == nil {
609 delete(gOpts.vkeys, e.keys)
610 } else {
611 gOpts.vkeys[e.keys] = e.expr
612 }
613}
614
615func (e *cmapExpr) eval(app *app, _ []string) {
616 if e.expr == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected