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

Struct ArrayExpr

selector/ast/expression_complex.go:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60func (IndexExpr) expr() {}
61
62type ArrayExpr struct {
63 Exprs Expressions
64}
65
66func (ArrayExpr) expr() {}
67

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected