MCPcopy
hub / github.com/hashicorp/hcl / sourceRange

Method sourceRange

hcldec/spec.go:1661–1663  ·  view source on GitHub ↗
(content *hcl.BodyContent, blockLabels []blockLabel)

Source from the content-addressed store, hash-verified

1659}
1660
1661func (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

Callers

nothing calls this directly

Calls 1

sourceRangeMethod · 0.65

Tested by

no test coverage detected