MCPcopy Create free account
hub / github.com/HtmlUnit/htmlunit / isAuto

Function isAuto

src/test/resources/libraries/html2canvas/html2canvas.js:6413–6413  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

6411 return [path, offsetX, offsetY, sizeWidth, sizeHeight];
6412 };
6413 var isAuto = function (token) { return isIdentToken(token) && token.value === BACKGROUND_SIZE.AUTO; };
6414 var hasIntrinsicValue = function (value) { return typeof value === 'number'; };
6415 var calculateBackgroundSize = function (size, _a, bounds) {
6416 var intrinsicWidth = _a[0], intrinsicHeight = _a[1], intrinsicProportion = _a[2];

Callers 1

calculateBackgroundSizeFunction · 0.85

Calls 1

isIdentTokenFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…