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

Method gen_class_begin

tl/generate/tl_writer_cpp.cpp:507–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505}
506
507std::string TD_TL_writer_cpp::gen_class_begin(const std::string &class_name, const std::string &base_class_name,
508 bool is_proxy) const {
509 return "";
510}
511
512std::string TD_TL_writer_cpp::gen_class_end() const {
513 return "";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected