Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudflare/cloudflared
/ incrementRequests
Function
incrementRequests
proxy/metrics.go:94–97 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
92
}
93
94
func
incrementRequests() {
95
totalRequests.Inc()
96
concurrentRequests.Inc()
97
}
98
99
func
decrementConcurrentRequests() {
100
concurrentRequests.Dec()
Callers
2
ProxyHTTP
Method · 0.85
incrementTCPRequests
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected