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

Method count

src/proxy/logging/LogFilter.cc:1058–1067  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1056 -------------------------------------------------------------------------*/
1057
1058unsigned
1059LogFilterList::count() const
1060{
1061 unsigned cnt = 0;
1062
1063 for (LogFilter *f = first(); f; f = next(f)) {
1064 cnt++;
1065 }
1066 return cnt;
1067}
1068
1069void
1070LogFilterList::display(FILE *fd)

Callers 2

initMethod · 0.45
displayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected