MCPcopy 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
25func IsHealthCheckAPI(fullApi string) bool {
26 _, found := healthCheckAPI[fullApi]
27 return found
28}

Callers 1

AuthorizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected