MCPcopy Create free account
hub / github.com/TelegramMessenger/cocoon / gen_output_end

Method gen_output_end

tl/generate/tl_writer_cpp.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51std::string TD_TL_writer_cpp::gen_output_end() const {
52 return "} // namespace " + tl_name +
53 "\n"
54 "} // namespace cocoon\n";
55}
56
57std::string TD_TL_writer_cpp::gen_field_definition(const std::string &class_name, const std::string &type_name,
58 const std::string &field_name) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected