Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/graphif/project-graph
/ getRectangle
Method
getRectangle
packages/shapes/src/Rectangle.ts:86–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
return
this.size.y;
85
}
86
getRectangle(): Rectangle {
87
return
this.clone();
88
}
89
90
/**
91
* 以中心点为中心,扩展矩形
Callers
nothing calls this directly
Calls
1
clone
Method · 0.95
Tested by
no test coverage detected