Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
log
Method · 0.95
end
Method · 0.95
constructor
Method · 0.45
session.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected