MCPcopy Create free account
hub / github.com/microsoft/SandDance / hasOverflow

Function hasOverflow

docs/app/js/sanddance-app.js:25754–25756  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

25752 return element.clientHeight < element.scrollHeight;
25753}
25754function hasOverflow(element) {
25755 return hasHorizontalOverflow(element) || hasVerticalOverflow(element);
25756}
25757
25758},{"@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"b5YiS":[function(require,module,exports) {
25759var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");

Callers

nothing calls this directly

Calls 2

hasHorizontalOverflowFunction · 0.85
hasVerticalOverflowFunction · 0.85

Tested by

no test coverage detected