MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / Running

Method Running

service/lifecycle.go:64–64  ·  view source on GitHub ↗

endregion region Hook triggers Running must be called by the Service when it is ready to handle user requests.

()

Source from the content-addressed store, hash-verified

62
63 // Running must be called by the Service when it is ready to handle user requests.
64 Running()
65
66 // Stopping must be called by the Service before stopping to handle user requests. It returns the shutdown context.
67 Stopping() context.Context

Callers 4

RunWithLifecycleMethod · 0.65
RunWithLifecycleMethod · 0.65
processRunningMethod · 0.65
RunWithLifecycleMethod · 0.65

Implementers 1

lifecycleservice/lifecycle_impl.go

Calls

no outgoing calls

Tested by 1

RunWithLifecycleMethod · 0.52