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

Method enqueue_part

boost-http/http.cpp:244–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242 }
243
244 void enqueue_part(std::string part) {
245 if (finished_) {
246 return;
247 }
248 q_.push_back(std::make_shared<std::string>(std::move(part)));
249 send_next_part();
250 }
251
252 void finish() {
253 if (finished_) {

Callers 2

receive_payload_partMethod · 0.80
~CbMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected