MCPcopy
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

11func (BinaryExpr) expr() {}
12
13type UnaryExpr struct {
14 Operator lexer.Token
15 Right Expr
16}
17
18func (UnaryExpr) expr() {}
19

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected