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

Function mkFifoObj

tools/cache/fifo_test.go:35–37  ·  view source on GitHub ↗
(name string, val interface{})

Source from the content-addressed store, hash-verified

33}
34
35func mkFifoObj(name string, val interface{}) testFifoObject {
36 return testFifoObject{name: name, val: val}
37}
38
39func TestFIFO_basic(t *testing.T) {
40 f := NewFIFO(testFifoObjectKeyFunc)

Calls

no outgoing calls

Tested by

no test coverage detected