------------------------------------------------------------------------- RecConfigReadPersistentStatsPath -------------------------------------------------------------------------
| 1106 | // RecConfigReadPersistentStatsPath |
| 1107 | //------------------------------------------------------------------------- |
| 1108 | std::string |
| 1109 | RecConfigReadPersistentStatsPath() |
| 1110 | { |
| 1111 | std::string rundir(RecConfigReadRuntimeDir()); |
| 1112 | return Layout::relative_to(rundir, ts::filename::RECORDS_STATS); |
| 1113 | } |
| 1114 | |
| 1115 | //------------------------------------------------------------------------- |
| 1116 | // RecConfigWarnIfUnregistered |
no test coverage detected