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

Method onEntrySave

app/containers/Vote.jsx:47–50  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

45 }
46
47 onEntrySave(text) {
48 const { dispatch } = this.props;
49 dispatch(createTopic(text));
50 }
51
52
53 render() {

Callers

nothing calls this directly

Calls 1

createTopicFunction · 0.90

Tested by

no test coverage detected