MCPcopy Index your code
hub / github.com/OpenPipe/OpenPipe / useIsMissingBetaAccess

Function useIsMissingBetaAccess

app/src/utils/hooks.ts:86–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84};
85
86export const useIsMissingBetaAccess = () => !useActiveFeatureFlags()?.includes("betaAccess");
87
88export const usePageParams = () => {
89 const router = useRouter();

Callers 3

ActionButtonFunction · 0.90
AppShellFunction · 0.90
FineTuneModalFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected