Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/coder
/ APIAddress
Method
APIAddress
scaletest/smtpmock/server.go:102–104 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
100
}
101
102
func
(s *Server) APIAddress() string {
103
return
fmt.Sprintf(
"http://%s:%d"
, s.hostAddress, s.apiPort)
104
}
105
106
func
(s *Server) MessageCount() int {
107
if
s.smtpServer == nil {
Callers
5
TestServer_StartStop
Function · 0.45
TestServer_SendAndReceiveEmail
Function · 0.45
TestServer_FilterByEmail
Function · 0.45
TestServer_NotificationTemplateID
Function · 0.45
TestServer_Purge
Function · 0.45
Calls
no outgoing calls
Tested by
5
TestServer_StartStop
Function · 0.36
TestServer_SendAndReceiveEmail
Function · 0.36
TestServer_FilterByEmail
Function · 0.36
TestServer_NotificationTemplateID
Function · 0.36
TestServer_Purge
Function · 0.36