MCPcopy
hub / github.com/helm/helm / WithChartSourceGlob

Function WithChartSourceGlob

pkg/repo/v1/repotest/server.go:67–71  ·  view source on GitHub ↗
(glob string)

Source from the content-addressed store, hash-verified

65}
66
67func WithChartSourceGlob(glob string) ServerOption {
68 return func(_ *testing.T, server *Server) {
69 server.chartSourceGlob = glob
70 }
71}
72
73// Server is an implementation of a repository server for testing.
74type Server struct {

Callers 15

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

Calls

no outgoing calls

Tested by 15

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

Used in the wild real call sites across dependent graphs

searching dependent graphs…