MCPcopy Create free account
hub / github.com/devfile/devworkspace-operator / GetWebhookServer

Function GetWebhookServer

webhook/server/server.go:104–106  ·  view source on GitHub ↗

GetWebhookServer returns webhook server if it's configured, or nil otherwise

()

Source from the content-addressed store, hash-verified

102
103// GetWebhookServer returns webhook server if it's configured, or nil otherwise
104func GetWebhookServer() webhook.Server {
105 return webhookServer
106}
107
108// IsSetUp returns true if webhook server is configured, or false otherwise
109func IsSetUp() bool {

Callers 1

ConfigureFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected