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

Struct ChainedExpr

selector/ast/expression_complex.go:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25func (CallExpr) expr() {}
26
27type ChainedExpr struct {
28 Exprs Expressions
29}
30
31func ChainExprs(exprs ...Expr) Expr {
32 if len(exprs) == 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected