MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / select_single_node

Method select_single_node

src/pugiXML/pugixml.cpp:10167–10171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10165 }
10166
10167 PUGI__FN xpath_node xml_node::select_single_node(const char_t* query, xpath_variable_set* variables) const
10168 {
10169 xpath_query q(query, variables);
10170 return select_single_node(q);
10171 }
10172
10173 PUGI__FN xpath_node xml_node::select_single_node(const xpath_query& query) const
10174 {

Callers

nothing calls this directly

Calls 4

xpath_nodeClass · 0.85
evaluate_node_setMethod · 0.80
emptyMethod · 0.45
firstMethod · 0.45

Tested by

no test coverage detected