MCPcopy 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
611string XMLFeature::GetTagValue(string_view key) const
612{
613 auto const tag = FindTag(m_document, key);
614 return tag.attribute("v").value();
615}
616
617void XMLFeature::SetTagValue(string_view key, string_view value)
618{

Callers 3

GetTypeForFeatureFunction · 0.45
FillFeatureInfoMethod · 0.45
UNIT_TESTFunction · 0.45

Calls 2

FindTagFunction · 0.85
valueMethod · 0.45

Tested by 1

UNIT_TESTFunction · 0.36