MCPcopy Create free account
hub / github.com/WheretIB/nullc / select_single_node

Method select_single_node

external/pugixml/pugixml.cpp:9527–9531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9525 }
9526
9527 xpath_node xml_node::select_single_node(const char_t* query, xpath_variable_set* variables) const
9528 {
9529 xpath_query q(query, variables);
9530 return select_single_node(q);
9531 }
9532
9533 xpath_node xml_node::select_single_node(const xpath_query& query) const
9534 {

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