(schema *BodySchema)
| 93 | } |
| 94 | |
| 95 | func (mb mergedBodies) PartialContent(schema *BodySchema) (*BodyContent, Body, Diagnostics) { |
| 96 | return mb.mergedContent(schema, true) |
| 97 | } |
| 98 | |
| 99 | func (mb mergedBodies) JustAttributes() (Attributes, Diagnostics) { |
| 100 | attrs := make(map[string]*Attribute) |
nothing calls this directly
no test coverage detected