Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hashicorp/hcl
/ ExprMap
Method
ExprMap
expr_map.go:19–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
func
ExprMap(expr Expression) ([]KeyValuePair, Diagnostics) {
18
type
exprMap
interface
{
19
ExprMap() []KeyValuePair
20
}
21
22
physExpr := UnwrapExpressionUntil(expr,
func
(expr Expression) bool {
Callers
5
ExprMap
Function · 0.65
TestMapStatic
Function · 0.65
getType
Function · 0.65
TestTerraformLike
Function · 0.65
TestExprMap
Function · 0.65
Implementers
3
ObjectConsExpr
hclsyntax/expression.go
expression
json/structure.go
mockExprLiteral
hcltest/mock.go
Calls
no outgoing calls
Tested by
3
TestMapStatic
Function · 0.52
TestTerraformLike
Function · 0.52
TestExprMap
Function · 0.52