MCPcopy Create free account
hub / github.com/github/gh-aw / getLoadedEcosystemDomains

Function getLoadedEcosystemDomains

pkg/workflow/domains.go:39–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37})
38
39func getLoadedEcosystemDomains() map[string][]string {
40 ecosystemDomains, err := loadEcosystemDomains()
41 if err != nil {
42 domainsLog.Printf("Failed to load ecosystem domains: %v", err)
43 return map[string][]string{}
44 }
45 return ecosystemDomains
46}
47
48// CopilotDefaultDomains are the default domains required for GitHub Copilot CLI authentication and operation
49var CopilotDefaultDomains = []string{

Calls 1

PrintfMethod · 0.45

Tested by

no test coverage detected