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

Method StartRange

hclsyntax/expression.go:1089–1091  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1087}
1088
1089func (e *ConditionalExpr) StartRange() hcl.Range {
1090 return e.Condition.StartRange()
1091}
1092
1093type IndexExpr struct {
1094 Collection Expression

Callers

nothing calls this directly

Calls 1

StartRangeMethod · 0.65

Tested by

no test coverage detected