Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
constructor
Method · 0.95
Calls
2
isActive
Method · 0.95
setTimer
Method · 0.95
Tested by
no test coverage detected