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

Function createTopicDuplicate

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

Source from the content-addressed store, hash-verified

83}
84
85function createTopicDuplicate() {
86 return {
87 type: types.CREATE_TOPIC_DUPLICATE
88 }
89}
90
91// This action creator returns a function,
92// which will get executed by Redux-Thunk middleware

Callers 1

createTopicFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected