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

Function getContainer

app/src/static/js/react-bootstrap.js:6238–6242  ·  view source on GitHub ↗
(container, defaultContainer)

Source from the content-addressed store, hash-verified

6236}
6237
6238function getContainer(container, defaultContainer) {
6239 if (container == null) return defaultContainer;
6240 container = typeof container === 'function' ? container() : container;
6241 return _reactDom.default.findDOMNode(container) || null;
6242}
6243
6244module.exports = exports.default;
6245

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…