Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/helm/helm
/ SetupSuite
Method
SetupSuite
pkg/registry/client_tls_test.go:32–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
}
31
32
func
(suite *TLSRegistryClientTestSuite) SetupSuite() {
33
// init test client
34
setup(&suite.TestRegistry, true, false)
35
}
36
37
func
(suite *TLSRegistryClientTestSuite) TearDownSuite() {
38
teardown(&suite.TestRegistry)
Callers
nothing calls this directly
Calls
1
setup
Function · 0.85
Tested by
no test coverage detected