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

Function RecordsConfigIterate

src/records/RecordsConfig.cc:1534–1540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1532// clang-format on
1533
1534void
1535RecordsConfigIterate(RecordElementCallback callback, void *data)
1536{
1537 for (unsigned i = 0; i < countof(RecordsConfig); ++i) {
1538 callback(&RecordsConfig[i], data);
1539 }
1540}
1541
1542const RecordElement *
1543GetRecordElementByName(std::string_view name)

Callers 1

LibRecordsConfigInitFunction · 0.85

Calls 1

countofFunction · 0.50

Tested by

no test coverage detected