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

Method gen_fetch_switch_begin

tl/generate/tl_writer_java.cpp:440–442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438}
439
440std::string TD_TL_writer_java::gen_fetch_switch_begin() const {
441 return "";
442}
443
444std::string TD_TL_writer_java::gen_fetch_switch_case(const tl::tl_combinator *t, int arity) const {
445 assert(arity == 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected