MCPcopy Create free account
hub / github.com/DTStack/molecule / load

Method load

src/services/extensionService.ts:27–27  ·  view source on GitHub ↗

* Load the extension instances and then activate them. * Notice: The ExtensionService doesn't load an existed Extension, if you want inactivate * someone extension, there can use the `ExtensionService.inactive` method, also if you want * remove a extension, you can use the `ExtensionS

(extensions: IExtension[])

Source from the content-addressed store, hash-verified

25 * @param extensions The extension array
26 */
27 load(extensions: IExtension[]): void;
28 /**
29 * Add the extensions to ExtensionService, but no activated.
30 * @param extensions The Extensions wait to added

Callers 2

InstanceServiceClass · 0.65

Implementers 1

ExtensionServicesrc/services/extensionService.ts

Calls

no outgoing calls

Tested by

no test coverage detected