Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/helm/helm
/ Stop
Method
Stop
pkg/repo/v1/repotest/server.go:386–388 ·
view source on GitHub ↗
Stop stops the server and closes all connections. It should be called explicitly.
()
Source
from the content-addressed store, hash-verified
384
//
385
// It should be called explicitly.
386
func
(s *Server) Stop() {
387
s.srv.Close()
388
}
389
390
// URL returns the URL of the server.
391
//
Callers
15
TestDownloadTo
Function · 0.80
TestDownloadTo_TLS
Function · 0.80
TestDownloadTo_VerifyLater
Function · 0.80
TestDownloadToCache
Function · 0.80
TestUpdateBeforeBuild
Function · 0.80
TestUpdateWithNoRepo
Function · 0.80
checkBuildWithOptionalFields
Function · 0.80
TestParallelDownloadTo
Function · 0.80
TestRepoRemove
Function · 0.80
TestRepoRemoveCompletion
Function · 0.80
TestShowPreReleaseChart
Function · 0.80
TestDependencyUpdateCmd
Function · 0.80
Calls
1
Close
Method · 0.80
Tested by
15
TestDownloadTo
Function · 0.64
TestDownloadTo_TLS
Function · 0.64
TestDownloadTo_VerifyLater
Function · 0.64
TestDownloadToCache
Function · 0.64
TestUpdateBeforeBuild
Function · 0.64
TestUpdateWithNoRepo
Function · 0.64
checkBuildWithOptionalFields
Function · 0.64
TestParallelDownloadTo
Function · 0.64
TestRepoRemove
Function · 0.64
TestRepoRemoveCompletion
Function · 0.64
TestShowPreReleaseChart
Function · 0.64
TestDependencyUpdateCmd
Function · 0.64