Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
145
func
TestFIFOCache(t *testing.T) {
146
doTestStore(t, NewFIFO(testStoreKeyFunc))
147
}
148
149
func
TestUndeltaStore(t *testing.T) {
150
nop :=
func
([]
interface
{}) {}
Callers
nothing calls this directly
Calls
2
doTestStore
Function · 0.85
NewFIFO
Function · 0.85
Tested by
no test coverage detected