MCPcopy
hub / github.com/helm/helm / Fatal

Method Fatal

internal/test/test.go:32–32  ·  view source on GitHub ↗
(...any)

Source from the content-addressed store, hash-verified

30// TestingT describes a testing object compatible with the critical functions from the testing.T type
31type TestingT interface {
32 Fatal(...any)
33 Fatalf(string, ...any)
34 HelperT
35}

Calls

no outgoing calls