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

Method gen_store_function_begin

tl/generate/tl_writer_java.cpp:427–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427std::string TD_TL_writer_java::gen_store_function_begin(const std::string &storer_name, const std::string &class_name,
428 int arity, std::vector<tl::var_description> &vars,
429 int storer_type) const {
430 assert(false);
431 return "";
432}
433
434std::string TD_TL_writer_java::gen_store_function_end(const std::vector<tl::var_description> &vars,
435 int storer_type) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected