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

Function fallback

app/src/static/js/react-bootstrap.js:1558–1563  ·  view source on GitHub ↗
(context, node)

Source from the content-addressed store, hash-verified

1556exports.default = _default;
1557
1558function fallback(context, node) {
1559 if (node) do {
1560 if (node === context) return true;
1561 } while (node = node.parentNode);
1562 return false;
1563}
1564
1565module.exports = exports["default"];
1566

Callers 1

react-bootstrap.jsFile · 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…