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

Method RunStdio

internal/pkg/server/server.go:143–145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

141}
142
143func (s *Server) RunStdio() error {
144 return s.gs.RunStdio()
145}
146
147func (s *Server) RunTCP(address string) error {
148 return s.gs.RunTCP(address)

Callers 1

runStdioServerFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected