MCPcopy Create free account
hub / github.com/UI5/webcomponents / isMovingKey

Function isMovingKey

packages/base/src/util/dragAndDrop/findClosestPosition.ts:134–136  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

132};
133
134const isMovingKey = (key: string) => {
135 return key in keyToPlacement;
136};
137
138export {
139 findClosestPosition,

Callers 2

_onTabStripKeyDownMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…