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

Function _extends

app/src/static/js/react-bootstrap.js:275–291  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

273}
274
275function _extends() {
276 _extends = Object.assign || function (target) {
277 for (var i = 1; i < arguments.length; i++) {
278 var source = arguments[i];
279
280 for (var key in source) {
281 if (Object.prototype.hasOwnProperty.call(source, key)) {
282 target[key] = source[key];
283 }
284 }
285 }
286
287 return target;
288 };
289
290 return _extends.apply(this, arguments);
291}
292
293function _objectWithoutPropertiesLoose(source, excluded) {
294 if (source == null) return {};

Callers 15

uncontrollableFunction · 0.85
useUncontrolledFunction · 0.85
react-bootstrap.jsFile · 0.85
getClientRectFunction · 0.85
computeAutoPlacementFunction · 0.85
computeStyleFunction · 0.85
flipFunction · 0.85
preventOverflowFunction · 0.85
shiftFunction · 0.85
PopperFunction · 0.85
DropdownFunction · 0.85
singleRenderFunction · 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…