MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / destroy

Function destroy

packages/plugin-command/src/index.ts:13–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 await plugins.register(historyCommand, {}, { autoInit: true });
12 },
13 destroy() {
14 plugins.delete(nodeCommand.pluginName);
15 plugins.delete(historyCommand.pluginName);
16 },
17 };
18};
19

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…