MCPcopy
hub / github.com/hashicorp/hcl / TupleConsExpr

Struct TupleConsExpr

hclsyntax/expression.go:1128–1133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1126}
1127
1128type TupleConsExpr struct {
1129 Exprs []Expression
1130
1131 SrcRange hcl.Range
1132 OpenRange hcl.Range
1133}
1134
1135func (e *TupleConsExpr) walkChildNodes(w internalWalkFunc) {
1136 for _, expr := range e.Exprs {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected