MCPcopy
hub / github.com/alibaba/lowcode-engine / init

Method init

packages/workspace/src/resource.ts:102–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100 }
101
102 async init() {
103 await this.resourceTypeInstance.init?.();
104 await this.context.innerPlugins.init();
105 }
106
107 async import(schema: any) {
108 return await this.resourceTypeInstance.import?.(schema);

Callers 1

constructorMethod · 0.95

Calls 1

initMethod · 0.65

Tested by

no test coverage detected