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

Method get_parsers

tl/generate/tl_writer_java.cpp:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72std::vector<std::string> TD_TL_writer_java::get_parsers() const {
73 std::vector<std::string> parsers;
74 parsers.push_back("<inlined>");
75 return parsers;
76}
77
78std::vector<std::string> TD_TL_writer_java::get_storers() const {
79 return std::vector<std::string>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected