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

Method HasSynced

tools/cache/fifo.go:63–63  ·  view source on GitHub ↗

HasSynced returns true if the first batch of items has been popped

()

Source from the content-addressed store, hash-verified

61
62 // HasSynced returns true if the first batch of items has been popped
63 HasSynced() bool
64
65 // Close queue
66 Close()

Callers 1

TestHammerControllerFunction · 0.65

Implementers 2

DeltaFIFOtools/cache/delta_fifo.go
FIFOtools/cache/fifo.go

Calls

no outgoing calls

Tested by 1

TestHammerControllerFunction · 0.52