Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
71
function
createTopicSuccess() {
72
return
{
73
type
: types.CREATE_TOPIC_SUCCESS
74
};
75
}
76
77
function
createTopicFailure(data) {
78
return
{
Callers
1
createTopic
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected