Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ operator=
Method
operator=
Descent3/localization.cpp:728–731 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
726
}
727
728
void GrowString::operator=(char *str) {
729
Destroy();
730
*this += str;
731
}
732
733
void GrowString::operator=(GrowString &gs) {
734
char *str = NULL;
Callers
nothing calls this directly
Calls
1
GetString
Method · 0.80
Tested by
no test coverage detected