MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / delete

Method delete

packages/shell/src/api/plugins.ts:69–71  ·  view source on GitHub ↗
(pluginName: string)

Source from the content-addressed store, hash-verified

67 }
68
69 async delete(pluginName: string) {
70 return await this[pluginsSymbol].delete(pluginName);
71 }
72
73 toProxy() {
74 return new Proxy(this, {

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.65

Tested by

no test coverage detected