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

Method gen_fetch_function_result_begin

tl/generate/tl_writer_java.cpp:408–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406}
407
408std::string TD_TL_writer_java::gen_fetch_function_result_begin(const std::string &parser_name,
409 const std::string &class_name,
410 const tl::tl_tree *result) const {
411 return "";
412}
413
414std::string TD_TL_writer_java::gen_fetch_function_result_end() const {
415 return "";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected