| 599 | } |
| 600 | |
| 601 | std::string TD_TL_writer_cpp::gen_fetch_function_result_any_begin(const std::string &parser_name, |
| 602 | const std::string &class_name, bool is_proxy) const { |
| 603 | return ""; |
| 604 | } |
| 605 | |
| 606 | std::string TD_TL_writer_cpp::gen_fetch_function_result_any_end(bool is_proxy) const { |
| 607 | return ""; |
nothing calls this directly
no outgoing calls
no test coverage detected