MCPcopy 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
60func (m *LSPManager) HasServers() bool {
61 return m != nil && len(m.servers) > 0
62}
63
64func (m *LSPManager) Validate() error {
65 if !m.HasServers() {

Callers 4

ValidateMethod · 0.95
CopilotLSPServersMethod · 0.95
GenerateInstallStepsMethod · 0.95
RuntimeRequirementsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected