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

Method gen_constructor_end

tl/generate/tl_writer_java.cpp:493–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493std::string TD_TL_writer_java::gen_constructor_end(const tl::tl_combinator *t, int fields_num, bool is_default) const {
494 if (fields_num == 0) {
495 return ") {\n"
496 " }\n";
497 }
498 return " }\n";
499}
500
501} // namespace td

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected