| 317 | } |
| 318 | |
| 319 | std::string TD_TL_writer_cpp::get_pretty_class_name(std::string class_name) const { |
| 320 | return class_name; |
| 321 | } |
| 322 | |
| 323 | std::string TD_TL_writer_cpp::gen_vector_store(const std::string &field_name, const tl::tl_tree_type *t, |
| 324 | const std::vector<tl::var_description> &vars, int storer_type) const { |
nothing calls this directly
no outgoing calls
no test coverage detected