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