MCPcopy Create free account
hub / github.com/dailydotdev/apps / useAuthContext

Function useAuthContext

packages/shared/src/contexts/AuthContext.tsx:90–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88const isExtension = checkIsExtension();
89const AuthContext = React.createContext<AuthContextData>(null);
90export const useAuthContext = (): AuthContextData => useContext(AuthContext);
91export default AuthContext;
92
93export const getQueryParams = (): Record<string, string> => {

Callers 15

SeedFeedSettingsFunction · 0.90
LoginButtonFunction · 0.90
UpgradeToPlusFunction · 0.90
ShareBarFunction · 0.90
MainLayoutComponentFunction · 0.90
FeedEmptyScreenFunction · 0.90
GiftReceivedPlusModalFunction · 0.90
PlusPlusFunction · 0.90
ToggleClickbaitShieldFunction · 0.90
DigestNotificationFunction · 0.90
PersonalizedDigestFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected