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

Method clear

src/Message.js:69–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 }
68
69 clear () {
70 PubSub.publish(CLEAR_MESSAGE);
71 }
72
73 render () {
74 let items = this.props.messages.map((msg, i) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected