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

Method gen_forward_class_declaration

tl/generate/tl_writer_java.cpp:226–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226std::string TD_TL_writer_java::gen_forward_class_declaration(const std::string &class_name, bool is_proxy) const {
227 return "";
228}
229
230std::string TD_TL_writer_java::gen_class_begin(const std::string &class_name, const std::string &base_class_name,
231 bool is_proxy) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected