Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ operator+
Method
operator+
Descent3/localization.cpp:706–709 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
704
}
705
706
GrowString GrowString::operator+(char *str) {
707
*this += str;
708
return *this;
709
}
710
711
GrowString GrowString::operator+(GrowString &gs) {
712
char *str = NULL;
Callers
nothing calls this directly
Calls
1
GetString
Method · 0.80
Tested by
no test coverage detected