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

Function _assertThisInitialized

app/src/static/js/react-bootstrap.js:179–185  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

177/***/ (function(module, exports) {
178
179function _assertThisInitialized(self) {
180 if (self === void 0) {
181 throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
182 }
183
184 return self;
185}
186
187module.exports = _assertThisInitialized;
188

Callers 5

RootCloseWrapperFunction · 0.85
WaitForContainerFunction · 0.85
ModalFunction · 0.85
OverlayFunction · 0.85
SafeAnchorFunction · 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…