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

Method StartRange

hclsyntax/expression_template.go:232–234  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

230}
231
232func (e *TemplateJoinExpr) StartRange() hcl.Range {
233 return e.Tuple.StartRange()
234}
235
236// TemplateWrapExpr is used instead of a TemplateExpr when a template
237// consists _only_ of a single interpolation sequence. In that case, the

Callers

nothing calls this directly

Calls 1

StartRangeMethod · 0.65

Tested by

no test coverage detected