Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
type
expr
interface
{
51
String() string
52
eval(app *app, args []string)
53
}
54
55
type
setExpr
struct
{
56
opt string
Callers
16
renderRuler
Function · 0.65
shellCommand
Function · 0.65
printSixel
Method · 0.65
previewLoop
Method · 0.65
preview
Method · 0.65
TestExprString
Function · 0.65
eval
Method · 0.65
stripTermSequence
Function · 0.65
preChdir
Function · 0.65
onChdir
Function · 0.65
onLoad
Function · 0.65
onFocusGained
Function · 0.65
Implementers
10
setExpr
parse.go
setLocalExpr
parse.go
mapExpr
parse.go
nmapExpr
parse.go
vmapExpr
parse.go
cmapExpr
parse.go
cmdExpr
parse.go
callExpr
parse.go
execExpr
parse.go
listExpr
parse.go
Calls
no outgoing calls
Tested by
no test coverage detected