MCPcopy
hub / github.com/helm/helm / assertErrNil

Function assertErrNil

pkg/storage/storage_test.go:579–583  ·  view source on GitHub ↗
(eh func(args ...any), err error, message string)

Source from the content-addressed store, hash-verified

577}
578
579func assertErrNil(eh func(args ...any), err error, message string) {
580 if err != nil {
581 eh(fmt.Sprintf("%s: %q", message, err))
582 }
583}
584
585func TestStorageGetsLoggerFromDriver(t *testing.T) {
586 d := driver.NewMemory()

Callers 12

TestStorageCreateFunction · 0.85
TestStorageUpdateFunction · 0.85
TestStorageDeleteFunction · 0.85
TestStorageListFunction · 0.85
TestStorageDeployedFunction · 0.85
TestStorageHistoryFunction · 0.85
TestStorageLastFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…