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

Function runSocketServer

internal/pkg/cli/start.go:91–96  ·  view source on GitHub ↗
(_ context.Context, addr string)

Source from the content-addressed store, hash-verified

89}
90
91func runSocketServer(_ context.Context, addr string) error {
92 docManager := document.NewDocumentManager()
93 s := server.NewServer(docManager)
94 s.StartBackgrondProcesses(context.Background())
95 return s.RunTCP(addr)
96}

Callers 1

newStartCmdFunction · 0.85

Calls 4

RunTCPMethod · 0.95
NewDocumentManagerFunction · 0.92
NewServerFunction · 0.92

Tested by

no test coverage detected