MCPcopy
hub / github.com/tldraw/tldraw / includes

Method includes

packages/editor/src/lib/primitives/Box.ts:275–277  ·  view source on GitHub ↗
(B: Box)

Source from the content-addressed store, hash-verified

273 }
274
275 includes(B: Box) {
276 return Box.Includes(this, B)
277 }
278
279 containsPoint(V: VecLike, margin = 0) {
280 return Box.ContainsPoint(this, V, margin)

Callers 15

limitFunction · 0.80
throttledFnMethod · 0.80
throttleToNextFrameMethod · 0.80
isAnimatedImageTypeMethod · 0.80
isStaticImageTypeMethod · 0.80
isVectorImageTypeMethod · 0.80
isImageTypeMethod · 0.80
mapEdgeTypeToArrowheadFunction · 0.80
flowchartToBlueprintFunction · 0.80
isSignalMessageFunction · 0.80
isFragmentEndFunction · 0.80
canFunction · 0.80

Calls 1

IncludesMethod · 0.80

Tested by 4

createMockTxFunction · 0.64
ShortcutCapturerFunction · 0.64
isMobileProjectFunction · 0.64
isMobileProjectFunction · 0.64