Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ SetName
Method
SetName
Source/Campaign.hpp:143–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
void SetName(const std::string &pName) {
144
mName = pName;
145
}
146
147
std::shared_ptr<cPhase> PhaseGet(size_t pPhase) {
148
if (!pPhase)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected