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

Method UnwrapExpression

expr_unwrap.go:7–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6type unwrapExpression interface {
7 UnwrapExpression() Expression
8}
9
10// UnwrapExpression removes any "wrapper" expressions from the given expression,

Callers 2

UnwrapExpressionFunction · 0.65
UnwrapExpressionUntilFunction · 0.65

Implementers 3

asTraversalWrappedDelegatedtraversal_for_expr_test.go
ObjectConsKeyExprhclsyntax/expression.go
exprWrapext/dynblock/expr_wrap.go

Calls

no outgoing calls

Tested by

no test coverage detected