Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
410
inline bool
Callers
3
REGRESSION_TEST(LogObjectManager_Transfer)
Function · 0.80
access
Method · 0.80
display
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected