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

Method get_storers

tl/generate/tl_writer_java.cpp:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78std::vector<std::string> TD_TL_writer_java::get_storers() const {
79 return std::vector<std::string>();
80}
81
82std::string TD_TL_writer_java::gen_base_tl_class_name() const {
83 return base_tl_class_name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected