MCPcopy Index your code
hub / github.com/angular-split/angular-split / checkAreasClasses

Function checkAreasClasses

cypress/e2e/2.minmax.cy.js:258–264  ·  view source on GitHub ↗
(sel, all)

Source from the content-addressed store, hash-verified

256})
257
258function checkAreasClasses(sel, all) {
259 cy.get(sel).then(($areas) => {
260 all.forEach((item, index) => {
261 checkAreaClasses($areas.eq(index), item.haveTo, item.notHaveTo)
262 })
263 })
264}
265
266function checkAreaClasses($area, haveTo, notHaveTo) {
267 console.log('$area, haveTo, notHaveTo', $area, haveTo, notHaveTo)

Callers 1

2.minmax.cy.jsFile · 0.85

Calls 1

checkAreaClassesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…