MCPcopy Create free account
hub / github.com/alibaba/lowcode-engine / import

Method import

packages/workspace/src/resource.ts:107–109  ·  view source on GitHub ↗
(schema: any)

Source from the content-addressed store, hash-verified

105 }
106
107 async import(schema: any) {
108 return await this.resourceTypeInstance.import?.(schema);
109 }
110
111 async url() {
112 return await this.resourceTypeInstance.url?.();

Callers

nothing calls this directly

Calls 1

importMethod · 0.65

Tested by

no test coverage detected