()
| 122 | } |
| 123 | |
| 124 | func (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 |
nothing calls this directly
no test coverage detected