Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
185
func
(s *Server) StartBackgrondProcesses(ctx context.Context) {
186
s.publishTelemetry(ctx)
187
}
188
189
func
(s *Server) publishTelemetry(ctx context.Context) {
190
go
func
() {
Callers
2
runStdioServer
Function · 0.95
runSocketServer
Function · 0.95
Calls
1
publishTelemetry
Method · 0.95
Tested by
no test coverage detected