MCPcopy
hub / github.com/helm/helm / MaxHistoryMockDriver

Struct MaxHistoryMockDriver

pkg/storage/storage_test.go:297–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295var errMaxHistoryMockDriverSomethingHappened = errors.New("something happened")
296
297type MaxHistoryMockDriver struct {
298 Driver driver.Driver
299}
300
301func NewMaxHistoryMockDriver(d driver.Driver) *MaxHistoryMockDriver {
302 return &MaxHistoryMockDriver{Driver: d}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected