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

Function init

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

Source from the content-addressed store, hash-verified

7
8 return {
9 async init() {
10 await plugins.register(nodeCommand, {}, { autoInit: true });
11 await plugins.register(historyCommand, {}, { autoInit: true });
12 },
13 destroy() {
14 plugins.delete(nodeCommand.pluginName);
15 plugins.delete(historyCommand.pluginName);

Callers

nothing calls this directly

Calls 1

registerMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…