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

Function receiveArticleList

app/actions/read.js:46–52  ·  view source on GitHub ↗
(articleList, typeId)

Source from the content-addressed store, hash-verified

44}
45
46export function receiveArticleList(articleList, typeId) {
47 return {
48 type: types.RECEIVE_ARTICLE_LIST,
49 articleList,
50 typeId
51 };
52}

Callers 2

requestArticleListFunction · 0.90
read.spec.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected