Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cortexlabs/cortex
/ hasCortexProbeHeader
Function
hasCortexProbeHeader
pkg/activator/handler.go:98–100 ·
view source on GitHub ↗
(r *http.Request)
Source
from the content-addressed store, hash-verified
96
}
97
98
func
hasCortexProbeHeader(r *http.Request) bool {
99
return
r.Header.Get(consts.CortexProbeHeader) !=
""
100
}
Callers
1
ServeHTTP
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected