Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ TSHttpCurrentCacheConnectionsGet
Function
TSHttpCurrentCacheConnectionsGet
src/api/InkAPI.cc:5496–5500 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5494
}
5495
5496
int
5497
TSHttpCurrentCacheConnectionsGet()
5498
{
5499
return Metrics::Gauge::load(http_rsb.current_cache_connections);
5500
}
5501
5502
int
5503
TSHttpCurrentServerConnectionsGet()
Callers
nothing calls this directly
Calls
1
load
Function · 0.70
Tested by
no test coverage detected