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

Method gen_base_function_class_name

tl/generate/tl_writer_java.cpp:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91std::string TD_TL_writer_java::gen_base_function_class_name() const {
92 return base_function_class_name;
93}
94
95std::string TD_TL_writer_java::gen_class_name(std::string name) const {
96 if (name == "Object") {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected