MCPcopy Index your code
hub / github.com/flyfloor/react-component / clearTimer

Function clearTimer

component/Message.js:44–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 },
43
44 clearTimer(){
45 if (this._timer) {
46 clearTimeout(this._timer)
47 this._timer = null
48 }
49 },
50
51 handleClose(){
52 const {onClose} = this.props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…