Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
17
func
ExprList(expr Expression) ([]Expression, Diagnostics) {
18
type
exprList
interface
{
19
ExprList() []Expression
20
}
21
22
physExpr := UnwrapExpressionUntil(expr,
func
(expr Expression) bool {
Callers
8
ExprList
Function · 0.65
TestStaticExpressionList
Function · 0.65
TestTupleStatic
Function · 0.65
decodeUserFunctions
Function · 0.65
getType
Function · 0.65
decodeSpec
Method · 0.65
TestTerraformLike
Function · 0.65
TestExprList
Function · 0.65
Implementers
4
TupleConsExpr
hclsyntax/expression.go
expression
json/structure.go
mockExprLiteral
hcltest/mock.go
mockExprList
hcltest/mock.go
Calls
no outgoing calls
Tested by
4
TestStaticExpressionList
Function · 0.52
TestTupleStatic
Function · 0.52
TestTerraformLike
Function · 0.52
TestExprList
Function · 0.52