Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ContainerSSH/ContainerSSH
/ OnReady
Method
OnReady
internal/authintegration/handler.go:53–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
}
52
53
func
(h *handler) OnReady() error {
54
if
h.backend != nil {
55
return
h.backend.OnReady()
56
}
57
return
nil
58
}
59
60
func
(h *handler) OnShutdown(shutdownContext context.Context) {
61
if
h.backend != nil {
Callers
nothing calls this directly
Calls
1
OnReady
Method · 0.65
Tested by
no test coverage detected