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

Struct mockExprList

hcltest/mock.go:300–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300type mockExprList struct {
301 Exprs []hcl.Expression
302}
303
304func (e mockExprList) Value(ctx *hcl.EvalContext) (cty.Value, hcl.Diagnostics) {
305 if len(e.Exprs) == 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected