Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/JoelOtter/kajero
/ receivedData
Function
receivedData
src/js/actions.js:141–147 ·
view source on GitHub ↗
(name, data)
Source
from the content-addressed store, hash-verified
139
}
140
141
function
receivedData (name, data) {
142
return
{
143
type
: RECEIVED_DATA,
144
name,
145
data
146
};
147
}
148
149
export
function
fetchData() {
150
return
(dispatch, getState) => {
Callers
1
fetchData
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected