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

Function IsSetUp

webhook/server/server.go:109–111  ·  view source on GitHub ↗

IsSetUp returns true if webhook server is configured, or false otherwise

()

Source from the content-addressed store, hash-verified

107
108// IsSetUp returns true if webhook server is configured, or false otherwise
109func IsSetUp() bool {
110 return webhookServer != nil
111}

Callers 1

ConfigureFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected