MCPcopy
hub / github.com/TomWright/dasel / BinaryExpr

Struct BinaryExpr

selector/ast/expression_complex.go:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "github.com/tomwright/dasel/v3/selector/lexer"
4
5type BinaryExpr struct {
6 Left Expr
7 Operator lexer.Token
8 Right Expr
9}
10
11func (BinaryExpr) expr() {}
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected