| 389 | Serializer& sr; |
| 390 | |
| 391 | lambda(Serializer& sr_) : sr(sr_) {} |
| 392 | |
| 393 | template<class ConstBufferSequence> |
| 394 | void operator()(error_code& ec, ConstBufferSequence const& buffer) const |
nothing calls this directly
no outgoing calls
no test coverage detected