MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / setYResizing

Method setYResizing

packages/utils/src/cursor.ts:22–28  ·  view source on GitHub ↗
(flag: boolean)

Source from the content-addressed store, hash-verified

20 }
21
22 setYResizing(flag: boolean) {
23 if (flag) {
24 this.addState('y-resizing');
25 } else {
26 this.removeState('y-resizing');
27 }
28 }
29
30 setCopy(flag: boolean) {
31 if (flag) {

Callers

nothing calls this directly

Calls 2

addStateMethod · 0.95
removeStateMethod · 0.95

Tested by

no test coverage detected