MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / clearHideTimeout

Function clearHideTimeout

src/TooltipPopoverWrapper.js:257–260  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

255 }
256
257 clearHideTimeout() {
258 clearTimeout(this._hideTimeout);
259 this._hideTimeout = undefined;
260 }
261
262 addEventOnTargets(type, handler, isBubble) {
263 this._targets.forEach((target) => {

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…