Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/projectcalico/calico
/ QueueResync
Method
QueueResync
felix/routetable/interface.go:58–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
}
57
58
func
(cv *ClassView) QueueResync() {
59
cv.routeTable.QueueResync()
60
}
61
62
func
(cv *ClassView) Apply() error {
63
return
cv.routeTable.Apply()
Callers
nothing calls this directly
Calls
1
QueueResync
Method · 0.65
Tested by
no test coverage detected