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

Function SafeAnchor

app/src/static/js/react-bootstrap.js:9997–10004  ·  view source on GitHub ↗
(props, context)

Source from the content-addressed store, hash-verified

9995 _inheritsLoose(SafeAnchor, _React$Component);
9996
9997 function SafeAnchor(props, context) {
9998 var _this;
9999
10000 _this = _React$Component.call(this, props, context) || this;
10001 _this.handleClick = _this.handleClick.bind(_assertThisInitialized(_this));
10002 _this.handleKeyDown = _this.handleKeyDown.bind(_assertThisInitialized(_this));
10003 return _this;
10004 }
10005
10006 var _proto = SafeAnchor.prototype;
10007

Callers

nothing calls this directly

Calls 1

_assertThisInitializedFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…