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

Function createTopicSuccess

app/actions/topics.js:71–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69}
70
71function createTopicSuccess() {
72 return {
73 type: types.CREATE_TOPIC_SUCCESS
74 };
75}
76
77function createTopicFailure(data) {
78 return {

Callers 1

createTopicFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected