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

Method gen_fetch_function_begin

tl/generate/tl_writer_hpp.cpp:142–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142std::string TD_TL_writer_hpp::gen_fetch_function_begin(const std::string &parser_name, const std::string &class_name,
143 const std::string &parent_class_name, int arity,
144 std::vector<tl::var_description> &vars, int parser_type) const {
145 return "";
146}
147
148std::string TD_TL_writer_hpp::gen_fetch_function_end(bool has_parent, int field_num,
149 const std::vector<tl::var_description> &vars,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected