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

Function savedChallengesSelector

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

Source from the content-addressed store, hash-verified

11import { ns as MainApp } from './action-types';
12
13export const savedChallengesSelector = state =>
14 userSelector(state)?.savedChallenges || [];
15export const completedChallengesSelector = state =>
16 userSelector(state)?.completedChallenges || [];
17export const completedDailyCodingChallengesSelector = state =>

Callers 3

mapStateToPropsFunction · 0.90
loadCodeEpicFunction · 0.90
index.jsFile · 0.90

Calls 1

userSelectorFunction · 0.85

Tested by

no test coverage detected