MCPcopy 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
102func (s *Server) APIAddress() string {
103 return fmt.Sprintf("http://%s:%d", s.hostAddress, s.apiPort)
104}
105
106func (s *Server) MessageCount() int {
107 if s.smtpServer == nil {

Callers 5

TestServer_StartStopFunction · 0.45
TestServer_FilterByEmailFunction · 0.45
TestServer_PurgeFunction · 0.45

Calls

no outgoing calls

Tested by 5

TestServer_StartStopFunction · 0.36
TestServer_FilterByEmailFunction · 0.36
TestServer_PurgeFunction · 0.36