MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / xmlText

Function xmlText

lib/platform.cpp:241–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241static const char* xmlText(const tinyxml2::XMLElement* node, bool& error)
242{
243 const char* const str = node->GetText();
244 if (!str)
245 error = true;
246 return str;
247}
248
249static unsigned int xmlTextAsUInt(const tinyxml2::XMLElement* node, bool& error)
250{

Callers 1

loadFromXmlDocumentMethod · 0.85

Calls 1

GetTextMethod · 0.80

Tested by

no test coverage detected