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

Method gen_uni

tl/generate/tl_writer_cpp.cpp:130–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130std::string TD_TL_writer_cpp::gen_uni(const tl::tl_tree_type *result_type, std::vector<tl::var_description> &vars,
131 bool check_negative) const {
132 assert(result_type->children.empty());
133 return "";
134}
135
136std::string TD_TL_writer_cpp::gen_constructor_id_store_raw(const std::string &id) const {
137 return "s.store_binary(" + id + ");";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected