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

Function element_path_from_element

native/thirdpart/tinyxml2/tixml2ex.h:212–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210
211
212 template <typename XE> inline element_path_t<XE> element_path_from_element (XE * e)
213 {
214 return {std::make_pair (ElementProperties(), e)};
215 }
216
217
218 template <typename XE>

Callers 1

ElementIteratorMethod · 0.85

Calls 1

ElementPropertiesClass · 0.85

Tested by

no test coverage detected