Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/containerd/containerd
/ RegisterReadiness
Method
RegisterReadiness
cmd/containerd/server/server.go:288–293 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
286
}
287
288
func
(s *Server) RegisterReadiness()
func
() {
289
s.ready.Add(1)
290
return
func
() {
291
s.ready.Done()
292
}
293
}
294
295
func
(s *Server) Wait() {
296
s.ready.Wait()
Callers
3
New
Function · 0.80
initCRIService
Function · 0.80
init
Function · 0.80
Calls
2
Add
Method · 0.65
Done
Method · 0.65
Tested by
no test coverage detected