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

Method SetAttribute

src/util/tinyxml2/tinyxml2.cpp:1435–1438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1433
1434
1435 void XMLAttribute::SetAttribute(const char* v)
1436 {
1437 _value.SetStr(v);
1438 }
1439
1440
1441 void XMLAttribute::SetAttribute(int v)

Callers 4

ACPUpdateSaveTimeStampFunction · 0.80
SetAttributeFunction · 0.80
ShallowCloneMethod · 0.80
XMLConfigParserClass · 0.80

Calls 1

SetStrMethod · 0.80

Tested by

no test coverage detected