| 20 | } |
| 21 | |
| 22 | type mockBody struct { |
| 23 | C *hcl.BodyContent |
| 24 | } |
| 25 | |
| 26 | func (b mockBody) Content(schema *hcl.BodySchema) (*hcl.BodyContent, hcl.Diagnostics) { |
| 27 | content, remainI, diags := b.PartialContent(schema) |
nothing calls this directly
no outgoing calls
no test coverage detected