Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolygonTek/BlueshiftEngine
/ SetName
Method
SetName
Source/ThirdParty/tinyxml2/tinyxml2.cpp:1301–1304 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1299
1300
1301
void XMLAttribute::SetName( const char* n )
1302
{
1303
_name.SetStr( n );
1304
}
1305
1306
1307
XMLError XMLAttribute::QueryIntValue( int* value ) const
Callers
2
FindOrCreateAttribute
Method · 0.45
NewElement
Method · 0.45
Calls
1
SetStr
Method · 0.80
Tested by
no test coverage detected