()
| 415 | } |
| 416 | |
| 417 | func (rs *responsesSection) Name() string { return "responses" } |
| 418 | func (rs *responsesSection) Len() int { return rs.buf.Len() } |
| 419 | func (rs *responsesSection) WriteTo(w io.Writer) (int64, error) { |
| 420 | return rs.buf.WriteTo(w) |
nothing calls this directly
no outgoing calls
no test coverage detected