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

Method constructor

src/Message.js:60–63  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

58
59class Message extends Component {
60 constructor (props) {
61 super(props);
62 this.clear.bind(this);
63 }
64
65 dismiss (index) {
66 PubSub.publish(REMOVE_MESSAGE, index);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected