MCPcopy Index your code
hub / github.com/microsoft/SandDance / height

Function height

docs/app/js/sanddance-app.js:121979–121981  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121977 return this.x2 - this.x1;
121978 },
121979 height () {
121980 return this.y2 - this.y1;
121981 }
121982};
121983function Item(mark) {
121984 this.mark = mark;

Callers 2

resizeRendererFunction · 0.70
initializeRendererFunction · 0.70

Calls 2

maxMethod · 0.45
signalMethod · 0.45

Tested by

no test coverage detected