Determine the source range of the value that would be returned for the spec in the given content, in the context of the given block (which might be null). If the corresponding item is missing, return a place where it might be inserted.
(content *hcl.BodyContent, blockLabels []blockLabel)
| 42 | // (which might be null). If the corresponding item is missing, return |
| 43 | // a place where it might be inserted. |
| 44 | sourceRange(content *hcl.BodyContent, blockLabels []blockLabel) hcl.Range |
| 45 | } |
| 46 | |
| 47 | type visitFunc func(spec Spec) |
no outgoing calls
no test coverage detected