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

Function TSRecordDump

src/api/InkAPI.cc:6963–6967  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6961}
6962
6963void
6964TSRecordDump(int rec_type, TSRecordDumpCb callback, void *edata)
6965{
6966 RecDumpRecords(static_cast<RecT>(rec_type), reinterpret_cast<RecDumpEntryCb>(callback), edata);
6967}
6968
6969/* ability to skip the remap phase of the State Machine
6970 this only really makes sense in TS_HTTP_READ_REQUEST_HDR_HOOK

Callers 4

json_out_statsFunction · 0.85
csv_out_statsFunction · 0.85
prometheus_out_statsFunction · 0.85
outputMethod · 0.85

Calls 1

RecDumpRecordsFunction · 0.85

Tested by

no test coverage detected