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

Method get_string

external/pugixml/pugixml.cpp:9238–9242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9236 }
9237
9238 const char_t* xpath_variable::get_string() const
9239 {
9240 const char_t* value = (_type == xpath_type_string) ? static_cast<const xpath_variable_string*>(this)->value : 0;
9241 return value ? value : PUGIXML_TEXT("");
9242 }
9243
9244 const xpath_node_set& xpath_variable::get_node_set() const
9245 {

Callers 1

eval_stringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected