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

Method gen_additional_proxy_function_case

tl/generate/tl_writer_hpp.cpp:236–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236std::string TD_TL_writer_hpp::gen_additional_proxy_function_case(const std::string &function_name,
237 const tl::tl_type *type, const std::string &class_name,
238 int arity) const {
239 //assert(function_name == "downcast_call");
240 assert(false);
241 return "";
242}
243
244std::string TD_TL_writer_hpp::gen_additional_proxy_function_case(const std::string &function_name,
245 const tl::tl_type *type, const tl::tl_combinator *t,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected