MCPcopy Index your code
hub / github.com/coder/coder / Empty

Method Empty

codersdk/deployment.go:1302–1304  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1300}
1301
1302func (c *NotificationsEmailTLSConfig) Empty() bool {
1303 return reflect.ValueOf(*c).IsZero()
1304}
1305
1306type NotificationsWebhookConfig struct {
1307 // The URL to which the payload will be sent with an HTTP POST request.

Callers 15

TestRandomElementFunction · 0.45
TestStaleSessionsFunction · 0.45
Test_readBodyAsErrorFunction · 0.45
TestSummarizeFunction · 0.45
TestToolsFunction · 0.45
TestWithRecoveryFunction · 0.45

Calls 1

IsZeroMethod · 0.45

Tested by 15

TestRandomElementFunction · 0.36
TestStaleSessionsFunction · 0.36
Test_readBodyAsErrorFunction · 0.36
TestSummarizeFunction · 0.36
TestToolsFunction · 0.36
TestWithRecoveryFunction · 0.36