MCPcopy Create free account
hub / github.com/docker/docker-language-server / StartBackgrondProcesses

Method StartBackgrondProcesses

internal/pkg/server/server.go:185–187  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

183}
184
185func (s *Server) StartBackgrondProcesses(ctx context.Context) {
186 s.publishTelemetry(ctx)
187}
188
189func (s *Server) publishTelemetry(ctx context.Context) {
190 go func() {

Callers 2

runStdioServerFunction · 0.95
runSocketServerFunction · 0.95

Calls 1

publishTelemetryMethod · 0.95

Tested by

no test coverage detected