| 491 | } |
| 492 | |
| 493 | std::string TD_TL_writer_java::gen_constructor_end(const tl::tl_combinator *t, int fields_num, bool is_default) const { |
| 494 | if (fields_num == 0) { |
| 495 | return ") {\n" |
| 496 | " }\n"; |
| 497 | } |
| 498 | return " }\n"; |
| 499 | } |
| 500 | |
| 501 | } // namespace td |
nothing calls this directly
no outgoing calls
no test coverage detected