Get the visited count \return Visited count
| 39 | /// Get the visited count |
| 40 | /// \return Visited count |
| 41 | int getVisitedCount() const { return this->_visitedCount; } |
| 42 | |
| 43 | // implements Serializable |
| 44 | std::string toString() const override; |
no outgoing calls
no test coverage detected