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

Method constructor

packages/designer/src/document/history.ts:245–248  ·  view source on GitHub ↗
(readonly cursor: number, data: any, private timeGap: number = 1000)

Source from the content-addressed store, hash-verified

243 }
244
245 constructor(readonly cursor: number, data: any, private timeGap: number = 1000) {
246 this.setTimer();
247 this.log(data);
248 }
249
250 log(data: any) {
251 if (!this.isActive()) {

Callers

nothing calls this directly

Calls 2

setTimerMethod · 0.95
logMethod · 0.95

Tested by

no test coverage detected