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

Method AttachToParentNode

libs/editor/xml_feature.cpp:760–763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

758}
759
760bool XMLFeature::AttachToParentNode(pugi::xml_node parent) const
761{
762 return !parent.append_copy(GetRootNode()).empty();
763}
764
765// static
766string XMLFeature::TypeToString(Type type)

Callers 2

SaveMethod · 0.80
GenerateUploadedFeatureFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by 1

GenerateUploadedFeatureFunction · 0.64