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

Method register

packages/shell/src/api/plugins.ts:34–40  ·  view source on GitHub ↗
(
    pluginModel: IPublicTypePlugin,
    options?: any,
    registerOptions?: IPublicTypePluginRegisterOptions,
  )

Source from the content-addressed store, hash-verified

32 }
33
34 async register(
35 pluginModel: IPublicTypePlugin,
36 options?: any,
37 registerOptions?: IPublicTypePluginRegisterOptions,
38 ): Promise<void> {
39 await this[pluginsSymbol].register(pluginModel, options, registerOptions);
40 }
41
42 async init(registerOptions: any) {
43 await this[pluginsSymbol].init(registerOptions);

Callers

nothing calls this directly

Calls 1

registerMethod · 0.65

Tested by

no test coverage detected