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

Method gen_class_alias

tl/generate/tl_writer_java.cpp:248–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248std::string TD_TL_writer_java::gen_class_alias(const std::string &class_name, const std::string &alias_name) const {
249 return "";
250}
251
252std::string TD_TL_writer_java::gen_field_definition(const std::string &class_name, const std::string &type_name,
253 const std::string &field_name) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected