MCPcopy Create free account
hub / github.com/TelegramMessenger/cocoon / http_enable_disable

Method http_enable_disable

runners/proxy/ProxyRunner.cpp:1638–1641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1636}
1637
1638std::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
1643std::string ProxyRunner::http_withdraw() {
1644 if (!sc_) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected