MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenImageIO / get_string

Method get_string

src/include/pugixml.cpp:9879–9883  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9877 }
9878
9879 PUGI__FN const char_t* xpath_variable::get_string() const
9880 {
9881 const char_t* value = (_type == xpath_type_string) ? static_cast<const impl::xpath_variable_string*>(this)->value : 0;
9882 return value ? value : PUGIXML_TEXT("");
9883 }
9884
9885 PUGI__FN const xpath_node_set& xpath_variable::get_node_set() const
9886 {

Callers 1

eval_stringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected