MCPcopy Index your code
hub / github.com/docker/getting-started / getArea

Function getArea

app/src/static/js/react-bootstrap.js:3644–3648  ·  view source on GitHub ↗
(_ref)

Source from the content-addressed store, hash-verified

3642}
3643
3644function getArea(_ref) {
3645 var width = _ref.width,
3646 height = _ref.height;
3647 return width * height;
3648}
3649/**
3650 * Utility used to transform the `auto` placement to the placement with more
3651 * available space.

Callers 1

computeAutoPlacementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…