Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
TestHammerController
Function · 0.65
Implementers
2
DeltaFIFO
tools/cache/delta_fifo.go
FIFO
tools/cache/fifo.go
Calls
no outgoing calls
Tested by
1
TestHammerController
Function · 0.52