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

Method gen_fetch_function_result_any_begin

tl/generate/tl_writer_cpp.cpp:601–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599}
600
601std::string TD_TL_writer_cpp::gen_fetch_function_result_any_begin(const std::string &parser_name,
602 const std::string &class_name, bool is_proxy) const {
603 return "";
604}
605
606std::string TD_TL_writer_cpp::gen_fetch_function_result_any_end(bool is_proxy) const {
607 return "";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected