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

Method gen_forward_class_declaration

tl/generate/tl_writer_cpp.cpp:503–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501}
502
503std::string TD_TL_writer_cpp::gen_forward_class_declaration(const std::string &class_name, bool is_proxy) const {
504 return "";
505}
506
507std::string TD_TL_writer_cpp::gen_class_begin(const std::string &class_name, const std::string &base_class_name,
508 bool is_proxy) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected