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

Function InnerReference

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

Source from the content-addressed store, hash-verified

2285 inheritsLoose_default()(InnerReference, _React$Component);
2286
2287 function InnerReference() {
2288 var _this;
2289
2290 for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
2291 args[_key] = arguments[_key];
2292 }
2293
2294 _this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this;
2295
2296 defineProperty_default()(assertThisInitialized_default()(assertThisInitialized_default()(_this)), "refHandler", function (node) {
2297 safeInvoke(_this.props.innerRef, node);
2298 safeInvoke(_this.props.setReferenceNode, node);
2299 });
2300
2301 return _this;
2302 }
2303
2304 var _proto = InnerReference.prototype;
2305

Callers

nothing calls this directly

Calls 1

safeInvokeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…