Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ SetAttribute
Method
SetAttribute
Source/3rdParty/tinyxml2/tinyxml2.cpp:987–989 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
985
}
986
987
void XMLAttribute::SetAttribute(const char* v) {
988
_value.SetStr(v);
989
}
990
991
void XMLAttribute::SetAttribute(int v) {
992
char buf[BUF_SIZE];
Callers
1
ShallowClone
Method · 0.45
Calls
1
SetStr
Method · 0.80
Tested by
no test coverage detected