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

Function createFetchUserSaga

client/src/redux/fetch-user-saga.js:56–61  ·  view source on GitHub ↗
(types)

Source from the content-addressed store, hash-verified

54}
55
56export function createFetchUserSaga(types) {
57 return [
58 takeEvery(types.fetchUser, fetchSessionUser),
59 takeEvery(types.fetchProfileForUser, fetchOtherUser)
60 ];
61}

Callers 1

index.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected