Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
FindOrCreateAttribute
Method · 0.80
NewElement
Method · 0.80
Calls
1
SetStr
Method · 0.80
Tested by
no test coverage detected