MCPcopy Create free account
hub / github.com/microsoft/SandDance / rectangleWidth

Function rectangleWidth

docs/app/js/sanddance-app.js:121668–121670  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

121666 return d.y;
121667}
121668function rectangleWidth(d) {
121669 return d.width;
121670}
121671function rectangleHeight(d) {
121672 return d.height;
121673}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected