MCPcopy Create free account
hub / github.com/docker/getting-started / Provider

Function Provider

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

Source from the content-addressed store, hash-verified

8536 _inherits(Provider, _Component);
8537
8538 function Provider() {
8539 var _temp, _this, _ret;
8540
8541 _classCallCheck(this, Provider);
8542
8543 for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {
8544 args[_key] = arguments[_key];
8545 }
8546
8547 return _ret = (_temp = (_this = _possibleConstructorReturn(this, _Component.call.apply(_Component, [this].concat(args))), _this), _this.emitter = createEventEmitter(_this.props.value), _temp), _possibleConstructorReturn(_this, _ret);
8548 }
8549
8550 Provider.prototype.getChildContext = function getChildContext() {
8551 var _ref;

Callers

nothing calls this directly

Calls 3

_classCallCheckFunction · 0.85
createEventEmitterFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…