MCPcopy Create free account
hub / github.com/Lobos/react-ui / dismiss

Method dismiss

src/Message.js:65–67  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

63 }
64
65 dismiss (index) {
66 PubSub.publish(REMOVE_MESSAGE, index);
67 }
68
69 clear () {
70 PubSub.publish(CLEAR_MESSAGE);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected