Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bulletphysics/bullet3
/ SetAttribute
Method
SetAttribute
examples/ThirdPartyLibs/tinyxml2/tinyxml2.cpp:1510–1513 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1508
}
1509
1510
void XMLAttribute::SetAttribute(const char* v)
1511
{
1512
_value.SetStr(v);
1513
}
1514
1515
void XMLAttribute::SetAttribute(int v)
1516
{
Callers
2
SetAttribute
Function · 0.80
ShallowClone
Method · 0.80
Calls
1
SetStr
Method · 0.80
Tested by
no test coverage detected