Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/github/gh-aw
/ HasServers
Method
HasServers
pkg/workflow/lsp_manager.go:60–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
}
59
60
func
(m *LSPManager) HasServers() bool {
61
return
m != nil && len(m.servers) > 0
62
}
63
64
func
(m *LSPManager) Validate() error {
65
if
!m.HasServers() {
Callers
4
Validate
Method · 0.95
CopilotLSPServers
Method · 0.95
GenerateInstallSteps
Method · 0.95
RuntimeRequirements
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected