MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / findXPath

Method findXPath

radiantcore/xmlregistry/RegistryTree.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45xml::NodeList RegistryTree::findXPath(const std::string& xPath)
46{
47 return _tree.findXPath(prepareKey(xPath));
48}
49
50bool RegistryTree::keyExists(const std::string& key)
51{

Callers 8

keyExistsMethod · 0.45
deleteXPathMethod · 0.45
createKeyWithNameMethod · 0.45
createKeyMethod · 0.45
setMethod · 0.45
setAttributeMethod · 0.45
importFromFileMethod · 0.45
exportToFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected