MCPcopy
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

getRectangleMethod · 0.95
getRectangleMethod · 0.45
fromPointsMethod · 0.45
LatexNodeClass · 0.45
handleChangeColorFunction · 0.45
ColorWindow.tsxFile · 0.45
generateThumbnailFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected