MCPcopy 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
706GrowString GrowString::operator+(char *str) {
707 *this += str;
708 return *this;
709}
710
711GrowString GrowString::operator+(GrowString &gs) {
712 char *str = NULL;

Callers

nothing calls this directly

Calls 1

GetStringMethod · 0.80

Tested by

no test coverage detected