| 279 | bool QueueRequest(const std::string what, const char *extraRequest = NULL, void *user = NULL); |
| 280 | |
| 281 | unsigned int GetRemaining() const { return _remaining; } |
| 282 | |
| 283 | unsigned int GetStatusCode() const { return _status; } |
| 284 | unsigned int GetContentLen() const { return _contentLen; } |
nothing calls this directly
no outgoing calls
no test coverage detected