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

Function evaluate_string_impl

external/pugixml/pugixml.cpp:8980–8991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8978 };
8979
8980 xpath_string evaluate_string_impl(xpath_query_impl* impl, const xpath_node& n, xpath_stack_data& sd)
8981 {
8982 if (!impl) return xpath_string();
8983
8984 #ifdef PUGIXML_NO_EXCEPTIONS
8985 if (setjmp(sd.error_handler)) return xpath_string();
8986 #endif
8987
8988 xpath_context c(n, 1, 1);
8989
8990 return impl->root->eval_string(c, sd.stack);
8991 }
8992}
8993
8994namespace pugi

Callers 1

evaluate_stringMethod · 0.85

Calls 2

xpath_stringClass · 0.85
eval_stringMethod · 0.80

Tested by

no test coverage detected