MCPcopy Create free account
hub / github.com/GCWing/BitFun / enableExtension

Method enableExtension

src/web-ui/src/app/types/index.ts:140–140  ·  view source on GitHub ↗
(extensionId: string)

Source from the content-addressed store, hash-verified

138
139 // Extension management
140 enableExtension(extensionId: string): Promise<void>;
141 disableExtension(extensionId: string): Promise<void>;
142 configureExtension(extensionId: string, config: Record<string, any>): Promise<void>;
143

Callers 1

useAppFunction · 0.65

Implementers 1

AppManagersrc/web-ui/src/app/services/AppManager

Calls

no outgoing calls

Tested by

no test coverage detected