MCPcopy
hub / github.com/helm/helm / storageFixture

Function storageFixture

pkg/cmd/helpers_test.go:79–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77}
78
79func storageFixture() *storage.Storage {
80 return storage.Init(driver.NewMemory())
81}
82
83func executeActionCommandC(store *storage.Storage, cmd string) (*cobra.Command, string, error) {
84 return executeActionCommandStdinC(store, nil, cmd)

Calls 2

InitFunction · 0.92
NewMemoryFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…