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

Struct staticExpr

static_expr.go:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type staticExpr struct {
11 val cty.Value
12 rng Range
13}
14
15// StaticExpr returns an Expression that always evaluates to the given value.
16//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected