| 128 | } |
| 129 | |
| 130 | std::string TD_TL_writer_cpp::gen_uni(const tl::tl_tree_type *result_type, std::vector<tl::var_description> &vars, |
| 131 | bool check_negative) const { |
| 132 | assert(result_type->children.empty()); |
| 133 | return ""; |
| 134 | } |
| 135 | |
| 136 | std::string TD_TL_writer_cpp::gen_constructor_id_store_raw(const std::string &id) const { |
| 137 | return "s.store_binary(" + id + ");"; |
nothing calls this directly
no outgoing calls
no test coverage detected