Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/graphif/project-graph
/ clone
Method
clone
packages/shapes/src/Rectangle.ts:105–107 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
103
}
104
105
public clone(): Rectangle {
106
return
new
Rectangle(this.location.clone(), this.size.clone());
107
}
108
109
/**
110
* 通过四条边来创建矩形
Callers
15
getRectangle
Method · 0.95
getRectangle
Method · 0.45
fromPoints
Method · 0.45
LatexNode
Class · 0.45
StraightEdgeRenderer
Class · 0.45
VerticalPolyEdgeRenderer
Class · 0.45
handleChangeColor
Function · 0.45
ColorWindow.tsx
File · 0.45
ColorPaletteWindow.tsx
File · 0.45
LatexEditWindow.tsx
File · 0.45
generateFromActiveProject
Function · 0.45
generateThumbnail
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected