========================================================================= -- Constructors and destructor ----------------------------------------- =========================================================================
| 36 | // -- Constructors and destructor ----------------------------------------- |
| 37 | // ========================================================================= |
| 38 | HttpcSocket::HttpcSocket() {} |
| 39 | |
| 40 | HttpcSocket::~HttpcSocket() {} |
| 41 |
nothing calls this directly
no outgoing calls
no test coverage detected