MCPcopy
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.
386func (s *Server) Stop() {
387 s.srv.Close()
388}
389
390// URL returns the URL of the server.
391//

Callers 15

TestDownloadToFunction · 0.80
TestDownloadTo_TLSFunction · 0.80
TestDownloadToCacheFunction · 0.80
TestUpdateBeforeBuildFunction · 0.80
TestUpdateWithNoRepoFunction · 0.80
TestParallelDownloadToFunction · 0.80
TestRepoRemoveFunction · 0.80
TestRepoRemoveCompletionFunction · 0.80
TestShowPreReleaseChartFunction · 0.80
TestDependencyUpdateCmdFunction · 0.80

Calls 1

CloseMethod · 0.80

Tested by 15

TestDownloadToFunction · 0.64
TestDownloadTo_TLSFunction · 0.64
TestDownloadToCacheFunction · 0.64
TestUpdateBeforeBuildFunction · 0.64
TestUpdateWithNoRepoFunction · 0.64
TestParallelDownloadToFunction · 0.64
TestRepoRemoveFunction · 0.64
TestRepoRemoveCompletionFunction · 0.64
TestShowPreReleaseChartFunction · 0.64
TestDependencyUpdateCmdFunction · 0.64