Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudflare/cloudflared
/ incrementTCPRequests
Function
incrementTCPRequests
proxy/metrics.go:103–107 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
101
}
102
103
func
incrementTCPRequests() {
104
incrementRequests()
105
totalTCPSessions.Inc()
106
activeTCPSessions.Inc()
107
}
108
109
func
decrementTCPConcurrentRequests() {
110
decrementConcurrentRequests()
Callers
1
ProxyTCP
Method · 0.85
Calls
1
incrementRequests
Function · 0.85
Tested by
no test coverage detected