MCPcopy
hub / github.com/rgburke/grv / UnaryExpression

Struct UnaryExpression

cmd/grv/query_parse.go:54–57  ·  view source on GitHub ↗

UnaryExpression groups an operator and a single operand

Source from the content-addressed store, hash-verified

52
53// UnaryExpression groups an operator and a single operand
54type UnaryExpression struct {
55 operator *Operator
56 expression Expression
57}
58
59// BinaryExpression groups an operator and two operands
60type BinaryExpression struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected