MCPcopy Create free account
hub / github.com/apache/trafficserver / RecConfigReadPersistentStatsPath

Function RecConfigReadPersistentStatsPath

src/records/RecCore.cc:1108–1113  ·  view source on GitHub ↗

------------------------------------------------------------------------- RecConfigReadPersistentStatsPath -------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 2

RecReadStatsFileFunction · 0.85
RecSyncStatsFileFunction · 0.85

Calls 1

RecConfigReadRuntimeDirFunction · 0.85

Tested by

no test coverage detected