| 505 | } |
| 506 | |
| 507 | std::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 | |
| 512 | std::string TD_TL_writer_cpp::gen_class_end() const { |
| 513 | return ""; |
nothing calls this directly
no outgoing calls
no test coverage detected