Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetAttribute
Method
GetAttribute
libs/editor/xml_feature.cpp:738–741 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
736
}
737
738
string XMLFeature::GetAttribute(string const & key) const
739
{
740
return GetRootNode().attribute(key.data()).value();
741
}
742
743
void XMLFeature::SetAttribute(string const & key, string const & value)
744
{
Callers
4
ModifyElement
Method · 0.80
DeleteElement
Method · 0.80
UNIT_TEST
Function · 0.80
UNIT_TEST
Function · 0.80
Calls
2
value
Method · 0.45
data
Method · 0.45
Tested by
2
UNIT_TEST
Function · 0.64
UNIT_TEST
Function · 0.64