MCPcopy Create free account
hub / github.com/comaps/comaps / HasTag

Method HasTag

libs/editor/xml_feature.cpp:596–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594}
595
596bool XMLFeature::HasTag(string_view key) const
597{
598 return FindTag(m_document, key);
599}
600
601bool XMLFeature::HasAttribute(string_view key) const
602{

Callers 12

IsKeyTagExistsMethod · 0.45
AddTagIfNotExistMethod · 0.45
IsAcceptedMethod · 0.45
CollectMethod · 0.45
DeterminePathGradeFunction · 0.45
CollectFeatureMethod · 0.45
UNIT_TESTFunction · 0.45
UNIT_TESTFunction · 0.45
GetTypeForFeatureFunction · 0.45
UNIT_TESTFunction · 0.45

Calls 1

FindTagFunction · 0.85

Tested by 3

UNIT_TESTFunction · 0.36
UNIT_TESTFunction · 0.36
UNIT_TESTFunction · 0.36