Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
46
export
function
receiveArticleList(articleList, typeId) {
47
return
{
48
type
: types.RECEIVE_ARTICLE_LIST,
49
articleList,
50
typeId
51
};
52
}
Callers
2
requestArticleList
Function · 0.90
read.spec.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected