Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ has_api_objects
Method
has_api_objects
include/proxy/logging/LogObject.h:398–402 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
396
void transfer_objects(LogObjectManager &mgr);
397
398
bool
399
has_api_objects() const
400
{
401
return _APIobjects.size() > 0;
402
}
403
unsigned
404
get_num_objects() const
405
{
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected