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

Function RecDumpRecordsHt

src/records/RecCore.cc:908–913  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

906}
907
908void
909RecDumpRecordsHt(RecT rec_type)
910{
911 RecDebug(DL_Note, "Dumping Records:");
912 RecDumpRecords(rec_type, debug_record_callback, nullptr);
913}
914
915//-------------------------------------------------------------------------
916// Backwards compatibility ... TODO: Should eliminate these

Callers

nothing calls this directly

Calls 1

RecDumpRecordsFunction · 0.85

Tested by

no test coverage detected