| 140 | } |
| 141 | |
| 142 | std::string TD_TL_writer_hpp::gen_fetch_function_begin(const std::string &parser_name, const std::string &class_name, |
| 143 | const std::string &parent_class_name, int arity, |
| 144 | std::vector<tl::var_description> &vars, int parser_type) const { |
| 145 | return ""; |
| 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, |
nothing calls this directly
no outgoing calls
no test coverage detected