Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
760
bool XMLFeature::AttachToParentNode(pugi::xml_node parent) const
761
{
762
return !parent.append_copy(GetRootNode()).empty();
763
}
764
765
// static
766
string XMLFeature::TypeToString(Type type)
Callers
2
Save
Method · 0.80
GenerateUploadedFeature
Function · 0.80
Calls
1
empty
Method · 0.45
Tested by
1
GenerateUploadedFeature
Function · 0.64