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

Interface expr

parse.go:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 16

renderRulerFunction · 0.65
shellCommandFunction · 0.65
printSixelMethod · 0.65
previewLoopMethod · 0.65
previewMethod · 0.65
TestExprStringFunction · 0.65
evalMethod · 0.65
stripTermSequenceFunction · 0.65
preChdirFunction · 0.65
onChdirFunction · 0.65
onLoadFunction · 0.65
onFocusGainedFunction · 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