MCPcopy 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
606bool XMLFeature::HasKey(string_view key) const
607{
608 return HasTag(key) || HasAttribute(key);
609}
610
611string XMLFeature::GetTagValue(string_view key) const
612{

Callers 3

EatMwmNameFunction · 0.45
FullMatchMethod · 0.45
UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

UNIT_TESTFunction · 0.36