MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / value

Method value

lib/pugixml/src/pugixml.cpp:5230–5233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5228 }
5229
5230 PUGI__FN const char_t* xml_attribute::value() const
5231 {
5232 return (_attr && _attr->value) ? _attr->value + 0 : PUGIXML_TEXT("");
5233 }
5234
5235 PUGI__FN size_t xml_attribute::hash_value() const
5236 {

Callers 3

namespace_uriFunction · 0.45
eval_booleanMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected