MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / toJson

Method toJson

native/desc/Element.cpp:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178
179
180 std::string Element::toJson() const {
181 // nlohmann::json json(this);
182 return "Element ...... ";
183 }
184
185 void Element::recursiveToXML(tinyxml2::XMLElement *xml, const Element *elm) const {
186 BDLOG("add a xml %p %p", xml, elm);

Callers 1

toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected