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

Method gen_fetch_switch_case

tl/generate/tl_writer_java.cpp:444–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442}
443
444std::string TD_TL_writer_java::gen_fetch_switch_case(const tl::tl_combinator *t, int arity) const {
445 assert(arity == 0);
446 return "";
447}
448
449std::string TD_TL_writer_java::gen_fetch_switch_end() const {
450 return "";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected