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

Method ExprList

expr_list.go:19–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17func ExprList(expr Expression) ([]Expression, Diagnostics) {
18 type exprList interface {
19 ExprList() []Expression
20 }
21
22 physExpr := UnwrapExpressionUntil(expr, func(expr Expression) bool {

Callers 8

ExprListFunction · 0.65
TestStaticExpressionListFunction · 0.65
TestTupleStaticFunction · 0.65
decodeUserFunctionsFunction · 0.65
getTypeFunction · 0.65
decodeSpecMethod · 0.65
TestTerraformLikeFunction · 0.65
TestExprListFunction · 0.65

Implementers 4

TupleConsExprhclsyntax/expression.go
expressionjson/structure.go
mockExprLiteralhcltest/mock.go
mockExprListhcltest/mock.go

Calls

no outgoing calls

Tested by 4

TestStaticExpressionListFunction · 0.52
TestTupleStaticFunction · 0.52
TestTerraformLikeFunction · 0.52
TestExprListFunction · 0.52