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

Function ariaHidden

app/src/static/js/react-bootstrap.js:9060–9068  ·  view source on GitHub ↗
(show, node)

Source from the content-addressed store, hash-verified

9058};
9059
9060function ariaHidden(show, node) {
9061 if (!node) return;
9062
9063 if (show) {
9064 node.setAttribute('aria-hidden', 'true');
9065 } else {
9066 node.removeAttribute('aria-hidden');
9067 }
9068}
9069
9070function hideSiblings(container, _ref2) {
9071 var root = _ref2.root,

Callers 2

hideSiblingsFunction · 0.85
showSiblingsFunction · 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…