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

Method Purge

scaletest/smtpmock/server.go:113–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111}
112
113func (s *Server) Purge() {
114 if s.smtpServer != nil {
115 s.smtpServer.MessagesAndPurge()
116 }
117}
118
119func (s *Server) startAPIServer(ctx context.Context) error {
120 mux := http.NewServeMux()

Callers 10

openContainerFunction · 0.80
scaletestSMTPMethod · 0.80
TestExpRptyFunction · 0.80
TestSSH_ContainerFunction · 0.80
TestIntegrationDockerFunction · 0.80
TestDockerEnvInfoerFunction · 0.80
TestIntegrationDockerCLIFunction · 0.80

Calls

no outgoing calls

Tested by 8

TestExpRptyFunction · 0.64
TestSSH_ContainerFunction · 0.64
TestIntegrationDockerFunction · 0.64
TestDockerEnvInfoerFunction · 0.64
TestIntegrationDockerCLIFunction · 0.64