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

Method GetFlags

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

GetFlags returns feature flags

(ctx context.Context)

Source from the content-addressed store, hash-verified

91
92 // GetFlags returns feature flags
93 GetFlags(ctx context.Context) FeatureFlags
94
95 // GetContentWindowSize returns the content window size for log truncation
96 GetContentWindowSize() int

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