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

Function TestUndeltaStore

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

Source from the content-addressed store, hash-verified

147}
148
149func TestUndeltaStore(t *testing.T) {
150 nop := func([]interface{}) {}
151 doTestStore(t, NewUndeltaStore(nop, testStoreKeyFunc))
152}
153
154func TestIndex(t *testing.T) {
155 doTestIndex(t, NewIndexer(testStoreKeyFunc, testStoreIndexers()))

Callers

nothing calls this directly

Calls 2

doTestStoreFunction · 0.85
NewUndeltaStoreFunction · 0.85

Tested by

no test coverage detected