MCPcopy Create free account
hub / github.com/CodeFox-Repo/codefox / useAuthContext

Function useAuthContext

frontend/src/providers/AuthProvider.tsx:212–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

210}
211
212export function useAuthContext() {
213 return useContext(AuthContext);
214}

Callers 15

GitHubCallbackFunction · 0.90
SignInModalFunction · 0.90
AvatarUploaderFunction · 0.90
UserSettingsBarFunction · 0.90
ChatLayoutFunction · 0.90
ChatListFunction · 0.90
ChatFunction · 0.90
ProjectProviderFunction · 0.90
ResponsiveToolbarFunction · 0.90
RootLayoutFunction · 0.90
nav.tsxFile · 0.90
NavLayoutFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected