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

Method get_num_objects

include/proxy/logging/LogObject.h:403–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401 return _APIobjects.size() > 0;
402 }
403 unsigned
404 get_num_objects() const
405 {
406 return _objects.size();
407 }
408};
409
410inline bool

Callers 3

accessMethod · 0.80
displayMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected