MCPcopy
hub / github.com/attentiveness/reading / fetchArticleList

Function fetchArticleList

app/actions/read.js:37–44  ·  view source on GitHub ↗
(isRefreshing, loading, isLoadMore = false)

Source from the content-addressed store, hash-verified

35}
36
37export function fetchArticleList(isRefreshing, loading, isLoadMore = false) {
38 return {
39 type: types.FETCH_ARTICLE_LIST,
40 isRefreshing,
41 loading,
42 isLoadMore
43 };
44}
45
46export function receiveArticleList(articleList, typeId) {
47 return {

Callers 2

requestArticleListFunction · 0.90
read.spec.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected