| 146 | } |
| 147 | |
| 148 | std::string TD_TL_writer_hpp::gen_fetch_function_end(bool has_parent, int field_num, |
| 149 | const std::vector<tl::var_description> &vars, |
| 150 | int parser_type) const { |
| 151 | return ""; |
| 152 | } |
| 153 | |
| 154 | std::string TD_TL_writer_hpp::gen_fetch_function_result_begin(const std::string &parser_name, |
| 155 | const std::string &class_name, |
nothing calls this directly
no outgoing calls
no test coverage detected