MCPcopy
hub / github.com/helm/helm / testKey

Function testKey

pkg/storage/driver/mock_test.go:51–53  ·  view source on GitHub ↗
(name string, vers int)

Source from the content-addressed store, hash-verified

49}
50
51func testKey(name string, vers int) string {
52 return fmt.Sprintf("%s.v%d", name, vers)
53}
54
55func tsFixtureMemory(t *testing.T) *Memory {
56 t.Helper()

Callers 15

TestMemoryCreateFunction · 0.70
TestSQLGetFunction · 0.70
TestSqlCreateFunction · 0.70
TestSqlUpdateFunction · 0.70
TestSqlDeleteFunction · 0.70
TestSecretGetFunction · 0.70
TestSecretCreateFunction · 0.70
TestSecretUpdateFunction · 0.70
TestSecretDeleteFunction · 0.70
TestConfigMapGetFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…