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

Method log

packages/designer/src/document/history.ts:250–256  ·  view source on GitHub ↗
(data: any)

Source from the content-addressed store, hash-verified

248 }
249
250 log(data: any) {
251 if (!this.isActive()) {
252 return;
253 }
254 this._data = data;
255 this.setTimer();
256 }
257
258 isActive() {
259 return this.activeTimer != null;

Callers 1

constructorMethod · 0.95

Calls 2

isActiveMethod · 0.95
setTimerMethod · 0.95

Tested by

no test coverage detected