Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3
import
"github.com/tomwright/dasel/v3/selector/lexer"
4
5
type
BinaryExpr
struct
{
6
Left Expr
7
Operator lexer.Token
8
Right Expr
9
}
10
11
func
(BinaryExpr) expr() {}
12
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected