MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / resetLocation

Method resetLocation

include/thundersvm/util/log.h:2119–2122  ·  view source on GitHub ↗

@brief Resets location of current hit counter

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected