Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ destroy
Method
destroy
packages/designer/src/plugin/plugin.ts:74–79 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
}
73
74
async
destroy() {
75
if
(!this._inited)
return
;
76
this.logger.log(
'method destroy called'
);
77
await
this.config?.destroy?.call(undefined);
78
this._inited = false;
79
}
80
81
setDisabled(flag = true) {
82
this._disabled = flag;
Callers
nothing calls this directly
Calls
1
log
Method · 0.65
Tested by
no test coverage detected