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

Method gen_class_alias

tl/generate/tl_writer_cpp.cpp:516–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514}
515
516std::string TD_TL_writer_cpp::gen_class_alias(const std::string &class_name, const std::string &alias_name) const {
517 return "";
518}
519
520std::string TD_TL_writer_cpp::gen_get_id(const std::string &class_name, std::int32_t id, bool is_proxy) const {
521 if (is_proxy) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected