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

Function hideSiblings

app/src/static/js/react-bootstrap.js:9070–9076  ·  view source on GitHub ↗
(container, _ref2)

Source from the content-addressed store, hash-verified

9068}
9069
9070function hideSiblings(container, _ref2) {
9071 var root = _ref2.root,
9072 backdrop = _ref2.backdrop;
9073 siblings(container, [root, backdrop], function (node) {
9074 return ariaHidden(true, node);
9075 });
9076}
9077
9078function showSiblings(container, _ref3) {
9079 var root = _ref3.root,

Callers

nothing calls this directly

Calls 2

siblingsFunction · 0.85
ariaHiddenFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…