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

Method gen_field_store

tl/generate/tl_writer_java.cpp:357–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355}
356
357std::string TD_TL_writer_java::gen_field_store(const tl::arg &a, std::vector<tl::var_description> &vars, bool flat,
358 int storer_type) const {
359 return "";
360}
361
362std::string TD_TL_writer_java::gen_type_fetch(const std::string &field_name, const tl::tl_tree_type *tree_type,
363 const std::vector<tl::var_description> &vars, int parser_type) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected