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

Function isGlobalEventOn

packages/editor-core/src/utils/control.ts:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13}
14
15export function isGlobalEventOn() {
16 return globalEventOn;
17}
18
19export function runWithGlobalEventOff(fn: Function) {
20 switchGlobalEventOff();

Callers 1

wrapWithEventSwitchFunction · 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…