@brief Resets location of current hit counter
| 2117 | |
| 2118 | /// @brief Resets location of current hit counter |
| 2119 | inline void resetLocation(const char* filename, base::type::LineNumber lineNumber) { |
| 2120 | m_filename = filename; |
| 2121 | m_lineNumber = lineNumber; |
| 2122 | } |
| 2123 | |
| 2124 | /// @brief Validates hit counts and resets it if necessary |
| 2125 | inline void validateHitCounts(std::size_t n) { |
nothing calls this directly
no outgoing calls
no test coverage detected