(content *hcl.BodyContent, blockLabels []blockLabel)
| 1659 | } |
| 1660 | |
| 1661 | func (s *RefineValueSpec) sourceRange(content *hcl.BodyContent, blockLabels []blockLabel) hcl.Range { |
| 1662 | return s.Wrapped.sourceRange(content, blockLabels) |
| 1663 | } |
| 1664 | |
| 1665 | // ValidateSpec is a spec that allows for extended |
| 1666 | // developer-defined validation. The validation function receives the |
nothing calls this directly
no test coverage detected