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

Method eval

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

Source from the content-addressed store, hash-verified

597}
598
599func (e *nmapExpr) eval(app *app, _ []string) {
600 if e.expr == nil {
601 delete(gOpts.nkeys, e.keys)
602 } else {
603 gOpts.nkeys[e.keys] = e.expr
604 }
605}
606
607func (e *vmapExpr) eval(app *app, _ []string) {
608 if e.expr == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected