MCPcopy
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
141function receivedData (name, data) {
142 return {
143 type: RECEIVED_DATA,
144 name,
145 data
146 };
147}
148
149export function fetchData() {
150 return (dispatch, getState) => {

Callers 1

fetchDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected