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

Method gen_output_end

tl/generate/tl_writer_java.cpp:222–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222std::string TD_TL_writer_java::gen_output_end() const {
223 return "}\n";
224}
225
226std::string TD_TL_writer_java::gen_forward_class_declaration(const std::string &class_name, bool is_proxy) const {
227 return "";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected