MCPcopy
hub / github.com/tdewolff/minify / getLayoutParams

Function getLayoutParams

_benchmarks/sample_echarts.js:17087–17089  ·  view source on GitHub ↗

* Retrieve 'left', 'right', 'top', 'bottom', 'width', 'height' from object.

(source)

Source from the content-addressed store, hash-verified

17085 */
17086
17087 function getLayoutParams(source) {
17088 return copyLayoutParams({}, source);
17089 }
17090 /**
17091 * Retrieve 'left', 'right', 'top', 'bottom', 'width', 'height' from object.
17092 * @param {Object} source

Callers 2

sample_echarts.jsFile · 0.85
axisModelCreatorFunction · 0.85

Calls 1

copyLayoutParamsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…