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

Method do_loop

tee/cocoon/utils.cpp:96–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 }
95
96 td::Status do_loop() {
97 TRY_STATUS(loop_read("left", left_inner_));
98 // LOG(INFO) << "left=" << left_ssl_.input_buffer().size();
99 TRY_STATUS(run());
100 TRY_STATUS(loop_write("left", left_inner_));
101 return td::Status::OK();
102 }
103
104 void loop() override {
105 if (auto s = do_loop(); s.is_error()) {

Callers

nothing calls this directly

Calls 3

loop_readFunction · 0.85
runFunction · 0.85
loop_writeFunction · 0.85

Tested by

no test coverage detected