| 604 | } |
| 605 | |
| 606 | std::string TD_TL_writer_cpp::gen_fetch_function_result_any_end(bool is_proxy) const { |
| 607 | return ""; |
| 608 | } |
| 609 | |
| 610 | std::string TD_TL_writer_cpp::gen_store_function_begin(const std::string &storer_name, const std::string &class_name, |
| 611 | int arity, std::vector<tl::var_description> &vars, |
nothing calls this directly
no outgoing calls
no test coverage detected