Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docker/docker-language-server
/ RunTCP
Method
RunTCP
internal/pkg/server/server.go:147–149 ·
view source on GitHub ↗
(address string)
Source
from the content-addressed store, hash-verified
145
}
146
147
func
(s *Server) RunTCP(address string) error {
148
return
s.gs.RunTCP(address)
149
}
150
151
// ServeStream is only intended to be used for the tests.
152
func
(s *Server) ServeStream(stream io.ReadWriteCloser) {
Callers
1
runSocketServer
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected