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

Method IsFeatureEnabled

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

IsFeatureEnabled checks if a feature flag is enabled.

(ctx context.Context, flagName string)

Source from the content-addressed store, hash-verified

97
98 // IsFeatureEnabled checks if a feature flag is enabled.
99 IsFeatureEnabled(ctx context.Context, flagName string) bool
100
101 // Logger returns the structured logger, optionally enriched with
102 // request-scoped data from ctx. Integrators provide their own slog.Handler

Callers 7

shouldDeferToFormFunction · 0.65
HelloWorldToolFunction · 0.65
shouldAttachIFCLabelFunction · 0.65
wrapHandlerWithCSVOutputFunction · 0.65

Implementers 3

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

Calls

no outgoing calls

Tested by 1

HelloWorldToolFunction · 0.52