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

Function TestFIFOCache

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

Source from the content-addressed store, hash-verified

143}
144
145func TestFIFOCache(t *testing.T) {
146 doTestStore(t, NewFIFO(testStoreKeyFunc))
147}
148
149func TestUndeltaStore(t *testing.T) {
150 nop := func([]interface{}) {}

Callers

nothing calls this directly

Calls 2

doTestStoreFunction · 0.85
NewFIFOFunction · 0.85

Tested by

no test coverage detected