Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TomWright/dasel
/ UnaryExpr
Struct
UnaryExpr
selector/ast/expression_complex.go:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
func
(BinaryExpr) expr() {}
12
13
type
UnaryExpr
struct
{
14
Operator lexer.Token
15
Right Expr
16
}
17
18
func
(UnaryExpr) expr() {}
19
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected