MCPcopy
hub / github.com/kubernetes/client-go / TestCache

Function TestCache

tools/cache/store_test.go:141–143  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

139}
140
141func TestCache(t *testing.T) {
142 doTestStore(t, NewStore(testStoreKeyFunc))
143}
144
145func TestFIFOCache(t *testing.T) {
146 doTestStore(t, NewFIFO(testStoreKeyFunc))

Callers

nothing calls this directly

Calls 2

doTestStoreFunction · 0.85
NewStoreFunction · 0.85

Tested by

no test coverage detected