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

Struct RangeExpr

selector/ast/expression_complex.go:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47func (SpreadExpr) expr() {}
48
49type RangeExpr struct {
50 Start Expr
51 End Expr
52}
53
54func (RangeExpr) expr() {}
55

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected