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

Function isBody

app/src/static/js/react-bootstrap.js:8999–9001  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

8997}
8998
8999function isBody(node) {
9000 return node && node.tagName.toLowerCase() === 'body';
9001}
9002
9003function bodyIsOverflowing(node) {
9004 var doc = (0, _ownerDocument.default)(node);

Callers 1

isOverflowingFunction · 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…