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

Method gen_store_function_end

tl/generate/tl_writer_java.cpp:434–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432}
433
434std::string TD_TL_writer_java::gen_store_function_end(const std::vector<tl::var_description> &vars,
435 int storer_type) const {
436 assert(false);
437 return "";
438}
439
440std::string TD_TL_writer_java::gen_fetch_switch_begin() const {
441 return "";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected