Branch data Line data Source code
1 : : #include "storage/Store.hpp" 2 : : 3 : : #include <cmath> 4 : : 5 : : 6 : : using namespace m; 7 : : 8 : : 9 : : /*====================================================================================================================== 10 : : * Store 11 : : *====================================================================================================================*/ 12 : : 13 : : M_LCOV_EXCL_START 14 : : void Store::dump() const { dump(std::cerr); } 15 : : M_LCOV_EXCL_STOP