Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/SandDance
/ Bounds
Function
Bounds
docs/app/js/sanddance-app.js:121860–121863 ·
view source on GitHub ↗
(b3)
Source
from the content-addressed store, hash-verified
121858
return
"url(#"
+ id +
")"
;
121859
}
121860
function
Bounds(b3) {
121861
this.clear();
121862
if
(b3) this.union(b3);
121863
}
121864
Bounds.prototype = {
121865
clone () {
121866
return
new
Bounds(this);
Callers
nothing calls this directly
Calls
1
clear
Method · 0.65
Tested by
no test coverage detected