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

Function getDelay

src/TooltipPopoverWrapper.js:194–200  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

192 }
193
194 getDelay(key) {
195 const { delay } = this.props;
196 if (typeof delay === 'object') {
197 return isNaN(delay[key]) ? DEFAULT_DELAYS[key] : delay[key];
198 }
199 return delay;
200 }
201
202 getCurrentTarget(target) {
203 if (!target) return null;

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…