Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
truncate
Function · 0.70
resizeRenderer
Function · 0.70
initializeRenderer
Function · 0.70
Calls
2
max
Method · 0.45
signal
Method · 0.45
Tested by
no test coverage detected