| 514 | } |
| 515 | |
| 516 | std::string TD_TL_writer_cpp::gen_class_alias(const std::string &class_name, const std::string &alias_name) const { |
| 517 | return ""; |
| 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) { |
nothing calls this directly
no outgoing calls
no test coverage detected