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

Method eval

parse.go:52–52  ·  view source on GitHub ↗
(app *app, args []string)

Source from the content-addressed store, hash-verified

50type expr interface {
51 String() string
52 eval(app *app, args []string)
53}
54
55type setExpr struct {

Callers 13

preChdirFunction · 0.65
onChdirFunction · 0.65
onLoadFunction · 0.65
onFocusGainedFunction · 0.65
onFocusLostFunction · 0.65
onInitFunction · 0.65
onRedrawFunction · 0.65
onSelectFunction · 0.65
onQuitFunction · 0.65
evalMethod · 0.65
evalMethod · 0.65
readFileMethod · 0.65

Implementers 10

setExprparse.go
setLocalExprparse.go
mapExprparse.go
nmapExprparse.go
vmapExprparse.go
cmapExprparse.go
cmdExprparse.go
callExprparse.go
execExprparse.go
listExprparse.go

Calls

no outgoing calls

Tested by

no test coverage detected