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

Method gen_output_begin

tl/generate/tl_writer_java.cpp:215–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215std::string TD_TL_writer_java::gen_output_begin() const {
216 return "package " + package_name +
217 ";\n\n"
218 "public class " +
219 tl_name + " {\n";
220}
221
222std::string TD_TL_writer_java::gen_output_end() const {
223 return "}\n";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected