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

Method gen_constructor_begin

tl/generate/tl_writer_cpp.cpp:667–670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

665}
666
667std::string TD_TL_writer_cpp::gen_constructor_begin(int fields_num, const std::string &class_name,
668 bool is_default) const {
669 return "\n" + class_name + "::" + class_name + "(";
670}
671
672std::string TD_TL_writer_cpp::gen_constructor_field_init(int field_num, const std::string &class_name, const tl::arg &a,
673 bool is_default) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected