| 562 | } |
| 563 | |
| 564 | type testMergedBodiesVictim struct { |
| 565 | Name string |
| 566 | HasAttributes []string |
| 567 | HasBlocks map[string]int |
| 568 | DiagCount int |
| 569 | } |
| 570 | |
| 571 | func (v *testMergedBodiesVictim) Content(schema *BodySchema) (*BodyContent, Diagnostics) { |
| 572 | c, _, d := v.PartialContent(schema) |
nothing calls this directly
no outgoing calls
no test coverage detected