MCPcopy
hub / github.com/clauderic/dnd-kit / from

Method from

packages/geometry/src/point/Point.ts:44–46  ·  view source on GitHub ↗
({x, y}: Coordinates)

Source from the content-addressed store, hash-verified

42 }
43
44 static from({x, y}: Coordinates) {
45 return new Point(x, y);
46 }
47}

Callers 15

createResizeObserverFunction · 0.45
finalizeMethod · 0.45
#renderMethod · 0.45
#injectStyleElementMethod · 0.45
getDocumentsFunction · 0.45
cloneElementFunction · 0.45
constructorMethod · 0.45
sortFunction · 0.45
constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected