Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1283
func
(c *NotificationsEmailAuthConfig) Empty() bool {
1284
return
reflect.ValueOf(*c).IsZero()
1285
}
1286
1287
type
NotificationsEmailTLSConfig
struct
{
1288
// StartTLS attempts to upgrade plain connections to TLS.
Callers
nothing calls this directly
Calls
1
IsZero
Method · 0.45
Tested by
no test coverage detected