MCPcopy Create free account
hub / github.com/github/docs / useFeatureFlags

Function useFeatureFlags

components/hooks/useFeatureFlags.ts:5–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3export type FeatureFlags = {}
4
5export const useFeatureFlags = (): FeatureFlags => {
6 const { featureFlags } = useMainContext()
7 return featureFlags
8}

Callers

nothing calls this directly

Calls 1

useMainContextFunction · 0.90

Tested by

no test coverage detected