Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetTagValue
Method
GetTagValue
libs/editor/xml_feature.cpp:611–615 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
609
}
610
611
string XMLFeature::GetTagValue(string_view key) const
612
{
613
auto const tag = FindTag(m_document, key);
614
return tag.attribute(
"v"
).value();
615
}
616
617
void XMLFeature::SetTagValue(string_view key, string_view value)
618
{
Callers
3
GetTypeForFeature
Function · 0.45
FillFeatureInfo
Method · 0.45
UNIT_TEST
Function · 0.45
Calls
2
FindTag
Function · 0.85
value
Method · 0.45
Tested by
1
UNIT_TEST
Function · 0.36