MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / append_copy

Method append_copy

Source/ThirdParty/pugixml/pugixml.cpp:5009–5017  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5007 }
5008
5009 PUGI__FN xml_attribute xml_node::append_copy(const xml_attribute& proto)
5010 {
5011 if (!proto) return xml_attribute();
5012
5013 xml_attribute result = append_attribute(proto.name());
5014 result.set_value(proto.value());
5015
5016 return result;
5017 }
5018
5019 PUGI__FN xml_attribute xml_node::prepend_copy(const xml_attribute& proto)
5020 {

Callers

nothing calls this directly

Calls 11

append_attributeFunction · 0.85
allow_insert_childFunction · 0.85
xml_nodeClass · 0.85
allocate_nodeFunction · 0.85
append_nodeFunction · 0.85
node_copy_treeFunction · 0.85
typeEnum · 0.50
nameMethod · 0.45
set_valueMethod · 0.45
valueMethod · 0.45
typeMethod · 0.45

Tested by

no test coverage detected