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

Method XMLFeature

libs/editor/xml_feature.cpp:103–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101} // namespace
102
103XMLFeature::XMLFeature(Type const type)
104{
105 ASSERT_NOT_EQUAL(type, Type::Unknown, ());
106
107 m_document.append_child(TypeToString(type).c_str());
108}
109
110XMLFeature::XMLFeature(string const & xml)
111{

Callers

nothing calls this directly

Calls 4

TypeToStringFunction · 0.85
ValidateElementFunction · 0.85
dataMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected