MCPcopy Create free account
hub / github.com/flyfloor/react-component / clearTimer

Function clearTimer

component/Notice.js:37–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

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…