MCPcopy
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
98func hasCortexProbeHeader(r *http.Request) bool {
99 return r.Header.Get(consts.CortexProbeHeader) != ""
100}

Callers 1

ServeHTTPMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected