Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/alibaba/lowcode-engine
/ init
Method
init
packages/shell/src/api/plugins.ts:42–44 ·
view source on GitHub ↗
(registerOptions: any)
Source
from the content-addressed store, hash-verified
40
}
41
42
async
init(registerOptions: any) {
43
await
this[pluginsSymbol].init(registerOptions);
44
}
45
46
getPluginPreference(
47
pluginName: string,
Callers
nothing calls this directly
Calls
1
init
Method · 0.65
Tested by
no test coverage detected