MCPcopy 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
53func (h *handler) OnReady() error {
54 if h.backend != nil {
55 return h.backend.OnReady()
56 }
57 return nil
58}
59
60func (h *handler) OnShutdown(shutdownContext context.Context) {
61 if h.backend != nil {

Callers

nothing calls this directly

Calls 1

OnReadyMethod · 0.65

Tested by

no test coverage detected