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

Method gen_field_definition

tl/generate/tl_writer_java.cpp:252–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252std::string TD_TL_writer_java::gen_field_definition(const std::string &class_name, const std::string &type_name,
253 const std::string &field_name) const {
254 return " public " + type_name + " " + field_name + ";\n";
255}
256
257std::string TD_TL_writer_java::gen_vars(const tl::tl_combinator *t, const tl::tl_tree_type *result_type,
258 std::vector<tl::var_description> &vars) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected