Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.tsx
File · 0.45
drawGeometryStroke
Function · 0.45
getIndicatorPath
Method · 0.45
render
Method · 0.45
getIndicatorPath
Method · 0.45
render
Method · 0.45
getIndicatorPath
Method · 0.45
render
Method · 0.45
getIndicatorPath
Method · 0.45
render
Method · 0.45
render
Method · 0.45
render
Method · 0.45
Calls
1
push
Method · 0.45
Tested by
no test coverage detected