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

Method Empty

codersdk/deployment.go:1283–1285  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1281}
1282
1283func (c *NotificationsEmailAuthConfig) Empty() bool {
1284 return reflect.ValueOf(*c).IsZero()
1285}
1286
1287type NotificationsEmailTLSConfig struct {
1288 // StartTLS attempts to upgrade plain connections to TLS.

Callers

nothing calls this directly

Calls 1

IsZeroMethod · 0.45

Tested by

no test coverage detected