| 518 | } |
| 519 | |
| 520 | std::string TD_TL_writer_cpp::gen_get_id(const std::string &class_name, std::int32_t id, bool is_proxy) const { |
| 521 | if (is_proxy) { |
| 522 | return ""; |
| 523 | } |
| 524 | return "\nconst std::int32_t " + class_name + "::ID;\n"; |
| 525 | } |
| 526 | |
| 527 | std::string TD_TL_writer_cpp::gen_function_result_type(const tl::tl_tree *result) const { |
| 528 | return ""; |
nothing calls this directly
no outgoing calls
no test coverage detected