Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ RemoveTag
Method
RemoveTag
libs/editor/xml_feature.cpp:633–638 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
631
}
632
633
void XMLFeature::RemoveTag(string_view key)
634
{
635
auto tag = FindTag(m_document, key);
636
if (tag)
637
GetRootNode().remove_child(tag);
638
}
639
640
void XMLFeature::SetOSMTagsForType(uint32_t type)
641
{
Callers
nothing calls this directly
Calls
1
FindTag
Function · 0.85
Tested by
no test coverage detected