MCPcopy
hub / github.com/github/github-mcp-server / allScopesFetcher

Struct allScopesFetcher

pkg/http/handler_test.go:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44type allScopesFetcher struct{}
45
46func (f allScopesFetcher) FetchTokenScopes(_ context.Context, _ string) ([]string, error) {
47 return []string{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected