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

Struct IndexExpr

hclsyntax/expression.go:1093–1100  ·  hclsyntax/expression.go::IndexExpr

Source from the content-addressed store, hash-verified

1091}
1092
1093type IndexExpr struct {
1094 Collection Expression
1095 Key Expression
1096
1097 SrcRange hcl.Range
1098 OpenRange hcl.Range
1099 BracketRange hcl.Range
1100}
1101
1102func (e *IndexExpr) walkChildNodes(w internalWalkFunc) {
1103 w(e.Collection)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected