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

Method gen_fetch_function_begin

tl/generate/tl_writer_java.cpp:396–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394}
395
396std::string TD_TL_writer_java::gen_fetch_function_begin(const std::string &parser_name, const std::string &class_name,
397 const std::string &parent_class_name, int arity,
398 std::vector<tl::var_description> &vars, int parser_type) const {
399 return "";
400}
401
402std::string TD_TL_writer_java::gen_fetch_function_end(bool has_parent, int field_num,
403 const std::vector<tl::var_description> &vars,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected