Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/temporalio/temporal
/ IsHealthCheckAPI
Function
IsHealthCheckAPI
common/authorization/frontend_api.go:25–28 ·
view source on GitHub ↗
(fullApi string)
Source
from the content-addressed store, hash-verified
23
}
24
25
func
IsHealthCheckAPI(fullApi string) bool {
26
_, found := healthCheckAPI[fullApi]
27
return
found
28
}
Callers
1
Authorize
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected