| 144 | : self(new BufferedConnectionData(connection)) {} |
| 145 | |
| 146 | BufferedConnection::~BufferedConnection() { |
| 147 | delete self; |
| 148 | } |
| 149 | |
| 150 | void BufferedConnectionData::copyInto(uint8_t* buf, int count) { |
| 151 | uint8_t* ptr = buf; |
nothing calls this directly
no outgoing calls
no test coverage detected