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

Function rectangleHeight

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

Source from the content-addressed store, hash-verified

121669 return d.width;
121670}
121671function rectangleHeight(d) {
121672 return d.height;
121673}
121674function number(_) {
121675 return typeof _ === "function" ? _ : ()=>+_;
121676}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected