MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / SetAttribute

Method SetAttribute

Source/3rdParty/tinyxml2/tinyxml2.cpp:987–989  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

985}
986
987void XMLAttribute::SetAttribute(const char* v) {
988 _value.SetStr(v);
989}
990
991void XMLAttribute::SetAttribute(int v) {
992 char buf[BUF_SIZE];

Callers 1

ShallowCloneMethod · 0.45

Calls 1

SetStrMethod · 0.80

Tested by

no test coverage detected