| 689 | } |
| 690 | |
| 691 | std::string TD_TL_writer_cpp::gen_constructor_end(const tl::tl_combinator *t, int fields_num, bool is_default) const { |
| 692 | if (fields_num == 0) { |
| 693 | return ") {\n" |
| 694 | "}\n"; |
| 695 | } |
| 696 | return "{}\n"; |
| 697 | } |
| 698 | |
| 699 | } // namespace td |
nothing calls this directly
no outgoing calls
no test coverage detected