Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/helm/helm
/ Error
Method
Error
pkg/repo/v1/error.go:28–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}
27
28
func
(e ChartNotFoundError) Error() string {
29
return
fmt.Sprintf(
"%s not found in %s repository"
, e.Chart, e.RepoURL)
30
}
31
32
func
(e ChartNotFoundError) Is(err error) bool {
33
_, ok := err.(ChartNotFoundError)
Callers
15
TestGetPluginName
Function · 0.45
TestGetTagMatchingVersionOrConstraint_NoMatches
Function · 0.45
TestTagManifestTransformsReferences
Function · 0.45
TestLogin_ResetsForceAttemptOAuth2_OnSuccess
Function · 0.45
TestLogin_ResetsForceAttemptOAuth2_OnFailure
Function · 0.45
initFakeRegistryTestServer
Function · 0.45
TestInfoUnmarshalJSON
Function · 0.45
TestHookExecutionUnmarshalJSON
Function · 0.45
Add
Method · 0.45
ignoreSkippableChartValidationError
Function · 0.45
String
Method · 0.45
TestFindChartInAuthAndTLSAndPassRepoURL
Function · 0.45
Calls
no outgoing calls
Tested by
15
TestGetPluginName
Function · 0.36
TestGetTagMatchingVersionOrConstraint_NoMatches
Function · 0.36
TestTagManifestTransformsReferences
Function · 0.36
TestLogin_ResetsForceAttemptOAuth2_OnSuccess
Function · 0.36
TestLogin_ResetsForceAttemptOAuth2_OnFailure
Function · 0.36
initFakeRegistryTestServer
Function · 0.36
TestInfoUnmarshalJSON
Function · 0.36
TestHookExecutionUnmarshalJSON
Function · 0.36
TestFindChartInAuthAndTLSAndPassRepoURL
Function · 0.36
TestErrorFindChartInRepoURL
Function · 0.36
TestIndexFile
Function · 0.36
TestLoadIndex_Duplicates
Function · 0.36