MCPcopy Index your code
hub / github.com/github/github-mcp-server / GetRepoAccessCache

Method GetRepoAccessCache

pkg/github/dependencies.go:87–87  ·  view source on GitHub ↗

GetRepoAccessCache returns the lockdown mode repo access cache

(ctx context.Context)

Source from the content-addressed store, hash-verified

85
86 // GetRepoAccessCache returns the lockdown mode repo access cache
87 GetRepoAccessCache(ctx context.Context) (*lockdown.RepoAccessCache, error)
88
89 // GetT returns the translation helper function
90 GetT() translations.TranslationHelperFunc

Callers 6

GetIssueFunction · 0.65
GetIssueCommentsFunction · 0.65
GetSubIssuesFunction · 0.65
GetPullRequestFunction · 0.65
GetPullRequestReviewsFunction · 0.65

Implementers 3

stubDepspkg/github/server_test.go
BaseDepspkg/github/dependencies.go
RequestDepspkg/github/dependencies.go

Calls

no outgoing calls

Tested by

no test coverage detected