| 144 | |
| 145 | template<class Parser> |
| 146 | void |
| 147 | operator()(Parser const& p) const |
| 148 | { |
| 149 | s_.BEAST_EXPECT(p.body == body_); |
| 150 | } |
| 151 | }; |
| 152 | |
| 153 | //-------------------------------------------------------------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected