MCPcopy Index your code
hub / github.com/angular/angular / hasOverflowX

Function hasOverflowX

devtools/cypress/integration/node-selection.e2e.js:88–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 .find('.breadcrumbs')
87 .then((breadcrumbsContainer) => {
88 const hasOverflowX = () =>
89 breadcrumbsContainer[0].scrollWidth > breadcrumbsContainer[0].clientWidth;
90 expect(hasOverflowX()).to.be.true;
91 });
92 });

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…