MCPcopy Index your code
hub / github.com/docker/getting-started / safeInvoke

Function safeInvoke

app/src/static/js/react-bootstrap.js:2064–2072  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

2062 */
2063
2064var safeInvoke = function safeInvoke(fn) {
2065 if (typeof fn === "function") {
2066 for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
2067 args[_key - 1] = arguments[_key];
2068 }
2069
2070 return fn.apply(void 0, args);
2071 }
2072};
2073// CONCATENATED MODULE: ./node_modules/react-popper/lib/esm/Popper.js
2074
2075

Callers 3

InnerPopperFunction · 0.85
react-bootstrap.jsFile · 0.85
InnerReferenceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…