()
| 230 | } |
| 231 | |
| 232 | func (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 |
nothing calls this directly
no test coverage detected