Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ HasKey
Method
HasKey
libs/editor/xml_feature.cpp:606–609 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
604
}
605
606
bool XMLFeature::HasKey(string_view key) const
607
{
608
return HasTag(key) || HasAttribute(key);
609
}
610
611
string XMLFeature::GetTagValue(string_view key) const
612
{
Callers
3
EatMwmName
Function · 0.45
FullMatch
Method · 0.45
UNIT_TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
UNIT_TEST
Function · 0.36