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

Method count

src/proxy/logging/LogField.cc:857–865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

855}
856
857unsigned
858LogFieldList::count()
859{
860 unsigned cnt = 0;
861 for (LogField *f = first(); f; f = next(f)) {
862 cnt++;
863 }
864 return cnt;
865}
866
867void
868LogFieldList::display(FILE *fd)

Callers 2

resolve_custom_entryMethod · 0.45
displayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected