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

Method gen_class_end

tl/generate/tl_writer_java.cpp:244–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244std::string TD_TL_writer_java::gen_class_end() const {
245 return " }\n\n";
246}
247
248std::string TD_TL_writer_java::gen_class_alias(const std::string &class_name, const std::string &alias_name) const {
249 return "";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected