Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kenberkeley/react-demo
/ delMsg
Function
delMsg
src/redux/actions/msg/msg.js:43–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
})
42
43
const
delMsg = msgId => dispatch =>
44
msgService
45
.del(msgId)
46
.then(() => dispatch({
47
type
: DEL_MSG,
48
payload: msgId
49
}))
50
51
/* default 导出所有 Action Creators */
52
export
default {
Callers
1
delMsg
Method · 0.85
Calls
1
del
Method · 0.80
Tested by
no test coverage detected