MCPcopy Create free account
hub / github.com/Chat2AnyLLM/code-agent-manager / CopilotAuthCheck

Struct CopilotAuthCheck

internal/doctor/checks.go:255–257  ·  view source on GitHub ↗

CopilotAuthCheck reports whether GITHUB_TOKEN is set.

Source from the content-addressed store, hash-verified

253
254// CopilotAuthCheck reports whether GITHUB_TOKEN is set.
255type CopilotAuthCheck struct {
256 Env func(string) string
257}
258
259func (c CopilotAuthCheck) Name() string { return "GitHub Copilot Authentication Check" }
260func (c CopilotAuthCheck) Run(_ context.Context, r Reporter) Result {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected