Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
44
type
allScopesFetcher
struct
{}
45
46
func
(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