MCPcopy Create free account
hub / github.com/alibaba/lowcode-engine / isActive

Method isActive

packages/designer/src/document/history.ts:258–260  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

256 }
257
258 isActive() {
259 return this.activeTimer != null;
260 }
261
262 end() {
263 if (this.isActive()) {

Callers 4

logMethod · 0.95
endMethod · 0.95
constructorMethod · 0.45
session.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected