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

Function useIsClientInitialized

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

Source from the content-addressed store, hash-verified

464};
465
466export const useIsClientInitialized = () =>
467 useAppStore((state) => state.isRehydrated && state.isMounted);
468
469export const useAdminProjects = (refetchInterval = 0) => {
470 const { page, pageSize } = usePageParams();

Callers 7

TableHeaderFunction · 0.90
TableRowFunction · 0.90
ColumnVisibilityDropdownFunction · 0.90
TableHeaderFunction · 0.90
TableRowFunction · 0.90
EvalVisibilityDropdownFunction · 0.90
ModelVisibilityDropdownFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected