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

Function testPop

tools/cache/delta_fifo_test.go:27–29  ·  view source on GitHub ↗

helper function to reduce stuttering

(f *DeltaFIFO)

Source from the content-addressed store, hash-verified

25
26// helper function to reduce stuttering
27func testPop(f *DeltaFIFO) testFifoObject {
28 return Pop(f).(Deltas).Newest().Object.(testFifoObject)
29}
30
31// keyLookupFunc adapts a raw function to be a KeyLookup.
32type keyLookupFunc func() []testFifoObject

Calls 2

PopFunction · 0.85
NewestMethod · 0.80

Tested by

no test coverage detected