MCPcopy 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
728void GrowString::operator=(char *str) {
729 Destroy();
730 *this += str;
731}
732
733void GrowString::operator=(GrowString &gs) {
734 char *str = NULL;

Callers

nothing calls this directly

Calls 1

GetStringMethod · 0.80

Tested by

no test coverage detected