MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / getCache

Function getCache

scripts/smoothScroll.js:624–626  ·  view source on GitHub ↗
(el, x)

Source from the content-addressed store, hash-verified

622 return overflowing;
623 }
624 function getCache(el, x) {
625 return (x ? cacheX : cacheY)[uniqueID(el)];
626 }
627 // (body) (root)
628 // | hidden | visible | scroll | auto |
629 // hidden | no | no | YES | YES |

Callers 1

overflowingAncestorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected