MCPcopy Create free account
hub / github.com/RetroShare/RetroShare / attrName

Method attrName

plugins/FeedReader/util/XMLWrapper.cpp:280–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280std::string XMLWrapper::attrName(xmlAttrPtr attr)
281{
282 std::string name;
283
284 if (attr) {
285 convertToString(attr->name, name);
286 }
287
288 return name;
289}
290
291xmlNodePtr XMLWrapper::findNode(xmlNodePtr node, const char *name, bool children)
292{

Callers 1

buildNodeTextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected