| 1636 | } |
| 1637 | |
| 1638 | std::string ProxyRunner::http_enable_disable(td::int64 disable_up_to_version) { |
| 1639 | proxy_enable_disable(disable_up_to_version); |
| 1640 | return wrap_short_answer_to_http("disabled"); |
| 1641 | } |
| 1642 | |
| 1643 | std::string ProxyRunner::http_withdraw() { |
| 1644 | if (!sc_) { |
nothing calls this directly
no outgoing calls
no test coverage detected