Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
113
func
(s *Server) Purge() {
114
if
s.smtpServer != nil {
115
s.smtpServer.MessagesAndPurge()
116
}
117
}
118
119
func
(s *Server) startAPIServer(ctx context.Context) error {
120
mux := http.NewServeMux()
Callers
10
TestWorkspaceAgentContainers
Function · 0.80
openContainer
Function · 0.80
scaletestSMTP
Method · 0.80
TestExpRpty
Function · 0.80
TestSSH_Container
Function · 0.80
TestAgent_ReconnectingPTYContainer
Function · 0.80
TestIntegrationDocker
Function · 0.80
TestDockerEnvInfoer
Function · 0.80
TestIntegrationDockerCLI
Function · 0.80
TestIntegrationDockerCLIStop
Function · 0.80
Calls
no outgoing calls
Tested by
8
TestWorkspaceAgentContainers
Function · 0.64
TestExpRpty
Function · 0.64
TestSSH_Container
Function · 0.64
TestAgent_ReconnectingPTYContainer
Function · 0.64
TestIntegrationDocker
Function · 0.64
TestDockerEnvInfoer
Function · 0.64
TestIntegrationDockerCLI
Function · 0.64
TestIntegrationDockerCLIStop
Function · 0.64