| 211 | void setRandom(const bool pRandom = false) { mIsRandom = pRandom; } |
| 212 | |
| 213 | std::string getAuthor() { return mAuthor; } |
| 214 | void setAuthor(const std::string& pAuthor) { mAuthor = pAuthor; } |
| 215 | |
| 216 | std::string getName() const; |
nothing calls this directly
no outgoing calls
no test coverage detected