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

Struct ConditionalExpr

hclsyntax/expression.go:712–718  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

710}
711
712type ConditionalExpr struct {
713 Condition Expression
714 TrueResult Expression
715 FalseResult Expression
716
717 SrcRange hcl.Range
718}
719
720func (e *ConditionalExpr) walkChildNodes(w internalWalkFunc) {
721 w(e.Condition)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected