Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
143
func
(s *Server) RunStdio() error {
144
return
s.gs.RunStdio()
145
}
146
147
func
(s *Server) RunTCP(address string) error {
148
return
s.gs.RunTCP(address)
Callers
1
runStdioServer
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected