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

Method gen_fetch_function_result_end

tl/generate/tl_writer_cpp.cpp:595–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593}
594
595std::string TD_TL_writer_cpp::gen_fetch_function_result_end() const {
596 return ";\n"
597 "#undef FAIL\n"
598 "}\n";
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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected