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

Method evaluate_string

external/pugixml/pugixml.cpp:9454–9459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9452
9453#ifndef PUGIXML_NO_STL
9454 string_t xpath_query::evaluate_string(const xpath_node& n) const
9455 {
9456 xpath_stack_data sd;
9457
9458 return evaluate_string_impl(static_cast<xpath_query_impl*>(_impl), n, sd).c_str();
9459 }
9460#endif
9461
9462 size_t xpath_query::evaluate_string(char_t* buffer, size_t capacity, const xpath_node& n) const

Callers

nothing calls this directly

Calls 4

evaluate_string_implFunction · 0.85
assertFunction · 0.85
c_strMethod · 0.80
lengthMethod · 0.80

Tested by

no test coverage detected