MCPcopy
hub / github.com/tldraw/tldraw / moveTo

Method moveTo

packages/tldraw/src/test/shapeutils.test.ts:169–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

167 const commands: string[] = []
168 class MockPath2D {
169 moveTo() {
170 commands.push('moveTo')
171 }
172 lineTo() {
173 commands.push('lineTo')
174 }

Callers 15

CanvasOverlays.tsxFile · 0.45
drawGeometryStrokeFunction · 0.45
getIndicatorPathMethod · 0.45
renderMethod · 0.45
getIndicatorPathMethod · 0.45
renderMethod · 0.45
getIndicatorPathMethod · 0.45
renderMethod · 0.45
getIndicatorPathMethod · 0.45
renderMethod · 0.45
renderMethod · 0.45
renderMethod · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected