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

Method StartRange

hclsyntax/expression_template.go:124–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122}
123
124func (e *TemplateExpr) StartRange() hcl.Range {
125 return e.Parts[0].StartRange()
126}
127
128// IsStringLiteral returns true if and only if the template consists only of
129// single string literal, as would be created for a simple quoted string like

Callers

nothing calls this directly

Calls 1

StartRangeMethod · 0.65

Tested by

no test coverage detected