Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
86
export
const
useIsMissingBetaAccess = () => !useActiveFeatureFlags()?.includes(
"betaAccess"
);
87
88
export
const
usePageParams = () => {
89
const
router = useRouter();
Callers
3
ActionButton
Function · 0.90
AppShell
Function · 0.90
FineTuneModal
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected