MCPcopy Create free account
hub / github.com/cemu-project/Cemu / SetName

Method SetName

src/util/tinyxml2/tinyxml2.cpp:1375–1378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1373
1374
1375 void XMLAttribute::SetName(const char* n)
1376 {
1377 _name.SetStr(n);
1378 }
1379
1380
1381 XMLError XMLAttribute::QueryIntValue(int* value) const

Callers 2

FindOrCreateAttributeMethod · 0.80
NewElementMethod · 0.80

Calls 1

SetStrMethod · 0.80

Tested by

no test coverage detected