MCPcopy Index your code
hub / github.com/reactGo/reactGo / createTopicRequest

Function createTopicRequest

app/actions/topics.js:62–69  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

60 * @return a simple JS object
61 */
62function createTopicRequest(data) {
63 return {
64 type: types.CREATE_TOPIC_REQUEST,
65 id: data.id,
66 count: data.count,
67 text: data.text
68 };
69}
70
71function createTopicSuccess() {
72 return {

Callers 1

createTopicFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected