Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/reactGo/reactGo
/ onDestroy
Method
onDestroy
app/containers/Vote.jsx:37–40 ·
view source on GitHub ↗
(id, index)
Source
from the content-addressed store, hash-verified
35
}
36
37
onDestroy(id, index) {
38
const { dispatch } = this.props;
39
dispatch(destroyTopic(id, index));
40
}
41
42
onEntryChange(text) {
43
const { dispatch } = this.props;
Callers
nothing calls this directly
Calls
1
destroyTopic
Function · 0.90
Tested by
no test coverage detected