Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/reactGo/reactGo
/ createTopicFailure
Function
createTopicFailure
app/actions/topics.js:77–83 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
75
}
76
77
function
createTopicFailure(data) {
78
return
{
79
type
: types.CREATE_TOPIC_FAILURE,
80
id: data.id,
81
ex: data.ex
82
};
83
}
84
85
function
createTopicDuplicate() {
86
return
{
Callers
1
createTopic
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected