MCPcopy 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
147func (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.
152func (s *Server) ServeStream(stream io.ReadWriteCloser) {

Callers 1

runSocketServerFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected