Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
xml::NodeList RegistryTree::findXPath(const std::string& xPath)
46
{
47
return _tree.findXPath(prepareKey(xPath));
48
}
49
50
bool RegistryTree::keyExists(const std::string& key)
51
{
Callers
8
keyExists
Method · 0.45
deleteXPath
Method · 0.45
createKeyWithName
Method · 0.45
createKey
Method · 0.45
set
Method · 0.45
setAttribute
Method · 0.45
importFromFile
Method · 0.45
exportToFile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected