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

Function width

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

Source from the content-addressed store, hash-verified

121974 return !(x13 < this.x1 || x13 > this.x2 || y12 < this.y1 || y12 > this.y2);
121975 },
121976 width () {
121977 return this.x2 - this.x1;
121978 },
121979 height () {
121980 return this.y2 - this.y1;
121981 }

Callers 3

truncateFunction · 0.70
resizeRendererFunction · 0.70
initializeRendererFunction · 0.70

Calls 2

maxMethod · 0.45
signalMethod · 0.45

Tested by

no test coverage detected