MCPcopy
hub / github.com/helm/helm / Error

Method Error

pkg/storage/driver/driver.go:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44func (e *StorageDriverError) Error() string {
45 return fmt.Sprintf("%q %s", e.ReleaseName, e.Err.Error())
46}
47
48func (e *StorageDriverError) Unwrap() error { return e.Err }
49

Callers 6

TestParseSetNestedLevelsFunction · 0.45
ListUninstalledMethod · 0.45
ListDeployedMethod · 0.45
DeployedAllMethod · 0.45
TestMemoryDeleteFunction · 0.45

Calls

no outgoing calls

Tested by 3

TestParseSetNestedLevelsFunction · 0.36
TestMemoryDeleteFunction · 0.36