MCPcopy 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

logMethod · 0.65

Tested by

no test coverage detected