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

Method gen_uni

tl/generate/tl_writer_java.cpp:305–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305std::string TD_TL_writer_java::gen_uni(const tl::tl_tree_type *result_type, std::vector<tl::var_description> &vars,
306 bool check_negative) const {
307 assert(result_type->children.empty());
308 return "";
309}
310
311std::string TD_TL_writer_java::gen_constructor_id_store(std::int32_t id, int storer_type) const {
312 return "";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected