Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ElementIterator
Method · 0.85
Calls
1
ElementProperties
Class · 0.85
Tested by
no test coverage detected