(body hcl.Body, blockLabels []blockLabel, spec Spec)
| 32 | } |
| 33 | |
| 34 | func sourceRange(body hcl.Body, blockLabels []blockLabel, spec Spec) hcl.Range { |
| 35 | schema := ImpliedSchema(spec) |
| 36 | content, _, _ := body.PartialContent(schema) |
| 37 | |
| 38 | return spec.sourceRange(content, blockLabels) |
| 39 | } |
no test coverage detected