MCPcopy Create free account
hub / github.com/freeCodeCamp/freeCodeCamp / isSocratesOnSelector

Function isSocratesOnSelector

client/src/redux/selectors.js:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28export const isServerOnlineSelector = state => state[MainApp].isServerOnline;
29export const isSignedInSelector = state => !!userSelector(state);
30export const isSocratesOnSelector = state => userSelector(state)?.socrates;
31export const isDonationModalOpenSelector = state =>
32 state[MainApp].showDonationModal;
33export const isSignoutModalOpenSelector = state =>

Callers

nothing calls this directly

Calls 1

userSelectorFunction · 0.85

Tested by

no test coverage detected