Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
constructor
Method · 0.95
Calls
1
init
Method · 0.65
Tested by
no test coverage detected