MCPcopy Create free account
hub / github.com/ShipSecAI/studio / AuthIntegration

Function AuthIntegration

frontend/src/App.tsx:26–29  ·  view source on GitHub ↗
({ children }: { children: React.ReactNode })

Source from the content-addressed store, hash-verified

24import { CommandPalette, useCommandPaletteKeyboard } from '@/features/command-palette';
25
26function AuthIntegration({ children }: { children: React.ReactNode }) {
27 useAuthStoreIntegration();
28 return <>{children}</>;
29}
30
31function CommandPaletteProvider({ children }: { children: React.ReactNode }) {
32 useCommandPaletteKeyboard();

Callers

nothing calls this directly

Calls 1

useAuthStoreIntegrationFunction · 0.90

Tested by

no test coverage detected