MCPcopy
hub / github.com/helm/helm / Query

Method Query

pkg/storage/storage_test.go:319–321  ·  view source on GitHub ↗
(labels map[string]string)

Source from the content-addressed store, hash-verified

317 return d.Driver.List(filter)
318}
319func (d *MaxHistoryMockDriver) Query(labels map[string]string) ([]release.Releaser, error) {
320 return d.Driver.Query(labels)
321}
322func (d *MaxHistoryMockDriver) Name() string {
323 return d.Driver.Name()
324}

Callers

nothing calls this directly

Calls 1

QueryMethod · 0.65

Tested by

no test coverage detected