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

Method set

Source/ThirdParty/pugixml/pugixml.cpp:5656–5661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5654#endif
5655
5656 PUGI__FN bool xml_text::set(const char_t* rhs)
5657 {
5658 xml_node_struct* dn = _data_new();
5659
5660 return dn ? impl::strcpy_insitu(dn->value, dn->header, impl::xml_memory_page_value_allocated_mask, rhs) : false;
5661 }
5662
5663 PUGI__FN bool xml_text::set(int rhs)
5664 {

Callers

nothing calls this directly

Calls 4

strcpy_insituFunction · 0.85
set_value_convertFunction · 0.85
strlengthFunction · 0.85
memcpyFunction · 0.85

Tested by

no test coverage detected