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

Method getExtension

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

* Get an extension by the ID * @param name The extension ID

(id: UniqueId)

Source from the content-addressed store, hash-verified

43 * @param name The extension ID
44 */
45 getExtension(id: UniqueId): IExtension | undefined;
46 /**
47 * Get All loaded extensions
48 * @return Extension Array

Callers 1

Implementers 1

ExtensionServicesrc/services/extensionService.ts

Calls

no outgoing calls

Tested by

no test coverage detected