MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / GetName

Method GetName

Source/Campaign.hpp:137–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 std::vector<std::shared_ptr<cPhase>> mPhases;
136
137 std::string GetName() const {
138 std::string Name = mName;
139 transform(Name.begin(), Name.end(), Name.begin(), toupper);
140 return Name;
141 }
142
143 void SetName(const std::string &pName) {
144 mName = pName;

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected