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

Function proxy

tee/cocoon/utils.cpp:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64};
65
66td::actor::StartedTask<td::Unit> proxy(td::Slice name, td::Pipe left, td::Pipe right) {
67 return td::spawn_task_actor<ProxyWorker>(PSLICE() << "ProxyWorker" << name, std::move(left), std::move(right));
68}
69
70class TlsPipeWorker : public td::actor::Actor {
71 public:

Callers 2

task_loop_onceMethod · 0.85
task_loop_onceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected