()
| 35 | }, |
| 36 | |
| 37 | clearTimer(){ |
| 38 | if (this._timer) { |
| 39 | clearTimeout(this._timer) |
| 40 | this._timer = null |
| 41 | } |
| 42 | }, |
| 43 | |
| 44 | handleContentClick(){ |
| 45 | const {onClick, onClose} = this.props |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…